Shades of Chocolate #CC6D0E
Tints of Chocolate #CC6D0E
RGB
CMYK
RGB Variations
Color information
#CC6D0E (or 0xCC6D0E) is known color: Chocolate. HEX triplet: CC, 6D and 0E. RGB value is (204,109,14). Sum of RGB (Red+Green+Blue) = 204+109+14=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6D0E is #3392F1. Grayscale: #7F7F7F. Windows color (decimal): -3379954 or 945612. OLE color: 945612.
HSL color Cylindrical-coordinate representation of color #CC6D0E: hue angle of 30º 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 #CC6D0E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.2 |
| HSL | 30º | 0.87% | 0.43% | - |
| HSV(B) | 30º | 0.93% | 0.8% | - |
| XYZ | 30.45 | 23.81 | 3.41 | - |
| YUV | 126.58 | 64.47 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 14 | 0 | 0.47 | 0.93 | 0.2 | 30 | 0.87 | 0.43 |
| Hex | CC | 6D | E | 0 | 2F | 5D | 14 | 1E | 57 | 2B |
| Octal | 314 | 155 | 16 | 0 | 57 | 135 | 24 | 36 | 127 | 53 |
| Binary | 11001100 | 1101101 | 1110 | 0 | 101111 | 1011101 | 10100 | 11110 | 1010111 | 101011 |
Color Harmonies of #CC6D0E
Complementary color
Monochromatic Colors of #CC6D0E
Black with #CC6D0E
Text Example
Text Example
White with #CC6D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D0E; }
p { color: rgb(204,109,14); }
H1.HeaderClassName
{
color: #CC6D0E;
}
.AnyTagClassName
{
color: #CC6D0E;
}
</style>
background-color css
<style>
a { background-color: #CC6D0E; }
a { background-color: rgb(204,109,14); }
div.DivClassName
{
background-color: #CC6D0E;
}
.BgClassName
{
background-color: #CC6D0E;
}
</style>
border-color css
<style>
span { border-color: #CC6D0E; }
span { border-color: rgb(204,109,14); }
td.TdClassName
{
border-color: #CC6D0E;
}
.TagClassName
{
border-color: #CC6D0E;
}
</style>