Shades of Chocolate #CC6A0E
Tints of Chocolate #CC6A0E
RGB
CMYK
RGB Variations
Color information
#CC6A0E (or 0xCC6A0E) is known color: Chocolate. HEX triplet: CC, 6A and 0E. RGB value is (204,106,14). Sum of RGB (Red+Green+Blue) = 204+106+14=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6A0E is #3395F1. Grayscale: #7D7D7D. Windows color (decimal): -3380722 or 944844. OLE color: 944844.
HSL color Cylindrical-coordinate representation of color #CC6A0E: hue angle of 29.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC6A0E is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 14 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.2 |
| HSL | 29.05º | 0.87% | 0.43% | - |
| HSV(B) | 29.05º | 0.93% | 0.8% | - |
| XYZ | 30.14 | 23.18 | 3.3 | - |
| YUV | 124.81 | 65.47 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 14 | 0 | 0.48 | 0.93 | 0.2 | 29.05 | 0.87 | 0.43 |
| Hex | CC | 6A | E | 0 | 30 | 5D | 14 | 1D | 57 | 2B |
| Octal | 314 | 152 | 16 | 0 | 60 | 135 | 24 | 35 | 127 | 53 |
| Binary | 11001100 | 1101010 | 1110 | 0 | 110000 | 1011101 | 10100 | 11101 | 1010111 | 101011 |
Color Harmonies of #CC6A0E
Complementary color
Monochromatic Colors of #CC6A0E
Black with #CC6A0E
Text Example
Text Example
White with #CC6A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A0E; }
p { color: rgb(204,106,14); }
H1.HeaderClassName
{
color: #CC6A0E;
}
.AnyTagClassName
{
color: #CC6A0E;
}
</style>
background-color css
<style>
a { background-color: #CC6A0E; }
a { background-color: rgb(204,106,14); }
div.DivClassName
{
background-color: #CC6A0E;
}
.BgClassName
{
background-color: #CC6A0E;
}
</style>
border-color css
<style>
span { border-color: #CC6A0E; }
span { border-color: rgb(204,106,14); }
td.TdClassName
{
border-color: #CC6A0E;
}
.TagClassName
{
border-color: #CC6A0E;
}
</style>