Camel
#c69f59
Here's everything about the color Camel (#c69f59) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #c69f59 | |
|---|---|---|
| RGB | rgb(198, 159, 89) | |
| HSL | hsl(39, 49%, 56%) | |
| CMYK | cmyk(0%, 20%, 55%, 22%) | |
| LAB | lab(68, 9, 42) | |
| OKLCH | oklch(0.72 0.1 81) |
Color harmonies
Tints & shades
Code snippets
color: #c69f59;
background-color: #c69f59;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC69F59)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.62, blue: 0.35, alpha: 1.0)