Tahini Brown
#9b856b
Looking for the precise values behind Tahini Brown (#9b856b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9b856b | |
|---|---|---|
| RGB | rgb(155, 133, 107) | |
| HSL | hsl(33, 19%, 51%) | |
| CMYK | cmyk(0%, 14%, 31%, 39%) | |
| LAB | lab(57, 6, 17) | |
| OKLCH | oklch(0.63 0.046 72) |
Color harmonies
Tints & shades
Code snippets
color: #9b856b;
background-color: #9b856b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9B856B)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.52, blue: 0.42, alpha: 1.0)