Shades of Chocolate #CC6E11
Tints of Chocolate #CC6E11
RGB
CMYK
RGB Variations
Color information
#CC6E11 (or 0xCC6E11) is known color: Chocolate. HEX triplet: CC, 6E and 11. RGB value is (204,110,17). Sum of RGB (Red+Green+Blue) = 204+110+17=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6E11 is #3391EE. Grayscale: #7F7F7F. Windows color (decimal): -3379695 or 1142476. OLE color: 1142476.
HSL color Cylindrical-coordinate representation of color #CC6E11: hue angle of 29.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC6E11 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 17 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.2 |
| HSL | 29.84º | 0.85% | 0.43% | - |
| HSV(B) | 29.84º | 0.92% | 0.8% | - |
| XYZ | 30.58 | 24.03 | 3.56 | - |
| YUV | 127.5 | 65.64 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 17 | 0 | 0.46 | 0.92 | 0.2 | 29.84 | 0.85 | 0.43 |
| Hex | CC | 6E | 11 | 0 | 2E | 5C | 14 | 1E | 55 | 2B |
| Octal | 314 | 156 | 21 | 0 | 56 | 134 | 24 | 36 | 125 | 53 |
| Binary | 11001100 | 1101110 | 10001 | 0 | 101110 | 1011100 | 10100 | 11110 | 1010101 | 101011 |
Color Harmonies of #CC6E11
Complementary color
Monochromatic Colors of #CC6E11
Black with #CC6E11
Text Example
Text Example
White with #CC6E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E11; }
p { color: rgb(204,110,17); }
H1.HeaderClassName
{
color: #CC6E11;
}
.AnyTagClassName
{
color: #CC6E11;
}
</style>
background-color css
<style>
a { background-color: #CC6E11; }
a { background-color: rgb(204,110,17); }
div.DivClassName
{
background-color: #CC6E11;
}
.BgClassName
{
background-color: #CC6E11;
}
</style>
border-color css
<style>
span { border-color: #CC6E11; }
span { border-color: rgb(204,110,17); }
td.TdClassName
{
border-color: #CC6E11;
}
.TagClassName
{
border-color: #CC6E11;
}
</style>