Whisky Barrel
#96745b
Whisky Barrel, represented by the hex value #96745b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #96745b | |
|---|---|---|
| RGB | rgb(150, 116, 91) | |
| HSL | hsl(25, 24%, 47%) | |
| CMYK | cmyk(0%, 23%, 39%, 41%) | |
| LAB | lab(52, 11, 19) | |
| OKLCH | oklch(0.59 0.056 58) |
Color harmonies
Tints & shades
Code snippets
color: #96745b;
background-color: #96745b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF96745B)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.45, blue: 0.36, alpha: 1.0)