Chocolate Pretzel
#60504b
Chocolate Pretzel, represented by the hex value #60504b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #60504b | |
|---|---|---|
| RGB | rgb(96, 80, 75) | |
| HSL | hsl(14, 12%, 34%) | |
| CMYK | cmyk(0%, 17%, 22%, 62%) | |
| LAB | lab(36, 6, 6) | |
| OKLCH | oklch(0.45 0.023 38) |
Color harmonies
Tints & shades
Code snippets
color: #60504b;
background-color: #60504b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF60504B)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.31, blue: 0.29, alpha: 1.0)