Mocha
#9d7651
Looking for the precise values behind Mocha (#9d7651)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9d7651 | |
|---|---|---|
| RGB | rgb(157, 118, 81) | |
| HSL | hsl(29, 32%, 47%) | |
| CMYK | cmyk(0%, 25%, 48%, 38%) | |
| LAB | lab(53, 12, 27) | |
| OKLCH | oklch(0.6 0.071 64) |
Color harmonies
Tints & shades
Code snippets
color: #9d7651;
background-color: #9d7651;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9D7651)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.46, blue: 0.32, alpha: 1.0)