Grilled
#633f2e
Grilled, represented by the hex value #633f2e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #633f2e | |
|---|---|---|
| RGB | rgb(99, 63, 46) | |
| HSL | hsl(19, 37%, 28%) | |
| CMYK | cmyk(0%, 36%, 54%, 61%) | |
| LAB | lab(31, 15, 17) | |
| OKLCH | oklch(0.41 0.058 46) |
Color harmonies
Tints & shades
Code snippets
color: #633f2e;
background-color: #633f2e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF633F2E)
/* Swift / UIKit */
UIColor(red: 0.39, green: 0.25, blue: 0.18, alpha: 1.0)