Clay
#b66a50
Looking for the precise values behind Clay (#b66a50)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b66a50 | |
|---|---|---|
| RGB | rgb(182, 106, 80) | |
| HSL | hsl(15, 41%, 51%) | |
| CMYK | cmyk(0%, 42%, 56%, 29%) | |
| LAB | lab(53, 29, 28) | |
| OKLCH | oklch(0.6 0.105 40) |
Color harmonies
Tints & shades
Code snippets
color: #b66a50;
background-color: #b66a50;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB66A50)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.42, blue: 0.31, alpha: 1.0)