Nut Cracker
#816c5b
Nut Cracker, represented by the hex value #816c5b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #816c5b | |
|---|---|---|
| RGB | rgb(129, 108, 91) | |
| HSL | hsl(27, 17%, 43%) | |
| CMYK | cmyk(0%, 16%, 29%, 49%) | |
| LAB | lab(47, 7, 13) | |
| OKLCH | oklch(0.55 0.037 61) |
Color harmonies
Tints & shades
Code snippets
color: #816c5b;
background-color: #816c5b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF816C5B)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.42, blue: 0.36, alpha: 1.0)