Roastery
#692302
Looking for the precise values behind Roastery (#692302)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #692302 | |
|---|---|---|
| RGB | rgb(105, 35, 2) | |
| HSL | hsl(19, 96%, 21%) | |
| CMYK | cmyk(0%, 67%, 98%, 59%) | |
| LAB | lab(25, 31, 35) | |
| OKLCH | oklch(0.36 0.108 41) |
Color harmonies
Tints & shades
Code snippets
color: #692302;
background-color: #692302;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF692302)
/* Swift / UIKit */
UIColor(red: 0.41, green: 0.14, blue: 0.01, alpha: 1.0)