Solar Ash
#cc6622
Here's everything about the color Solar Ash (#cc6622) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc6622 | |
|---|---|---|
| RGB | rgb(204, 102, 34) | |
| HSL | hsl(24, 71%, 47%) | |
| CMYK | cmyk(0%, 50%, 83%, 20%) | |
| LAB | lab(55, 38, 54) | |
| OKLCH | oklch(0.62 0.15 49) |
Color harmonies
Tints & shades
Code snippets
color: #cc6622;
background-color: #cc6622;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFCC6622)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.40, blue: 0.13, alpha: 1.0)