Pumpernickel
#6c462d
Pumpernickel is a color with the hex code #6c462d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #6c462d | |
|---|---|---|
| RGB | rgb(108, 70, 45) | |
| HSL | hsl(24, 41%, 30%) | |
| CMYK | cmyk(0%, 35%, 58%, 58%) | |
| LAB | lab(34, 15, 22) | |
| OKLCH | oklch(0.43 0.065 54) |
Color harmonies
Tints & shades
Code snippets
color: #6c462d;
background-color: #6c462d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6C462D)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.27, blue: 0.18, alpha: 1.0)