Glazed Chestnut
#967217
Looking for the precise values behind Glazed Chestnut (#967217)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #967217 | |
|---|---|---|
| RGB | rgb(150, 114, 23) | |
| HSL | hsl(43, 73%, 34%) | |
| CMYK | cmyk(0%, 24%, 85%, 41%) | |
| LAB | lab(51, 9, 51) | |
| OKLCH | oklch(0.57 0.11 85) |
Color harmonies
Tints & shades
Code snippets
color: #967217;
background-color: #967217;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF967217)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.45, blue: 0.09, alpha: 1.0)