Sneaky Sesame
#896a46
Looking for the precise values behind Sneaky Sesame (#896a46)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #896a46 | |
|---|---|---|
| RGB | rgb(137, 106, 70) | |
| HSL | hsl(32, 32%, 41%) | |
| CMYK | cmyk(0%, 23%, 49%, 46%) | |
| LAB | lab(47, 9, 25) | |
| OKLCH | oklch(0.55 0.065 70) |
Color harmonies
Tints & shades
Code snippets
color: #896a46;
background-color: #896a46;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF896A46)
/* Swift / UIKit */
UIColor(red: 0.54, green: 0.42, blue: 0.27, alpha: 1.0)