Home Brew
#897b66
Here's everything about the color Home Brew (#897b66) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #897b66 | |
|---|---|---|
| RGB | rgb(137, 123, 102) | |
| HSL | hsl(36, 15%, 47%) | |
| CMYK | cmyk(0%, 10%, 26%, 46%) | |
| LAB | lab(52, 3, 14) | |
| OKLCH | oklch(0.59 0.035 78) |
Color harmonies
Tints & shades
Code snippets
color: #897b66;
background-color: #897b66;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF897B66)
/* Swift / UIKit */
UIColor(red: 0.54, green: 0.48, blue: 0.40, alpha: 1.0)