Tobacco
#684f3c
Here's everything about the color Tobacco (#684f3c) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #684f3c | |
|---|---|---|
| RGB | rgb(104, 79, 60) | |
| HSL | hsl(26, 27%, 32%) | |
| CMYK | cmyk(0%, 24%, 42%, 59%) | |
| LAB | lab(36, 9, 15) | |
| OKLCH | oklch(0.45 0.045 59) |
Color harmonies
Tints & shades
Code snippets
color: #684f3c;
background-color: #684f3c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF684F3C)
/* Swift / UIKit */
UIColor(red: 0.41, green: 0.31, blue: 0.24, alpha: 1.0)