Six Feet Under
#3d322e
Six Feet Under, represented by the hex value #3d322e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3d322e | |
|---|---|---|
| RGB | rgb(61, 50, 46) | |
| HSL | hsl(16, 14%, 21%) | |
| CMYK | cmyk(0%, 18%, 25%, 76%) | |
| LAB | lab(22, 5, 4) | |
| OKLCH | oklch(0.33 0.017 41) |
Color harmonies
Tints & shades
Code snippets
color: #3d322e;
background-color: #3d322e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF3D322E)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.20, blue: 0.18, alpha: 1.0)