Chutney
#9f5e4e
Looking for the precise values behind Chutney (#9f5e4e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9f5e4e | |
|---|---|---|
| RGB | rgb(159, 94, 78) | |
| HSL | hsl(12, 34%, 46%) | |
| CMYK | cmyk(0%, 41%, 51%, 38%) | |
| LAB | lab(47, 26, 21) | |
| OKLCH | oklch(0.55 0.089 35) |
Color harmonies
Tints & shades
Code snippets
color: #9f5e4e;
background-color: #9f5e4e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9F5E4E)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.37, blue: 0.31, alpha: 1.0)