Shades of Chocolate #CC6D20
Tints of Chocolate #CC6D20
RGB
CMYK
RGB Variations
Color information
#CC6D20 (or 0xCC6D20) is known color: Chocolate. HEX triplet: CC, 6D and 20. RGB value is (204,109,32). Sum of RGB (Red+Green+Blue) = 204+109+32=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D20 is #3392DF. Grayscale: #818181. Windows color (decimal): -3379936 or 2125260. OLE color: 2125260.
HSL color Cylindrical-coordinate representation of color #CC6D20: hue angle of 26.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC6D20 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 32 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.2 |
| HSL | 26.86º | 0.73% | 0.46% | - |
| HSV(B) | 26.86º | 0.84% | 0.8% | - |
| XYZ | 30.63 | 23.88 | 4.36 | - |
| YUV | 128.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 32 | 0 | 0.47 | 0.84 | 0.2 | 26.86 | 0.73 | 0.46 |
| Hex | CC | 6D | 20 | 0 | 2F | 54 | 14 | 1B | 49 | 2E |
| Octal | 314 | 155 | 40 | 0 | 57 | 124 | 24 | 33 | 111 | 56 |
| Binary | 11001100 | 1101101 | 100000 | 0 | 101111 | 1010100 | 10100 | 11011 | 1001001 | 101110 |
Color Harmonies of #CC6D20
Complementary color
Monochromatic Colors of #CC6D20
Black with #CC6D20
Text Example
Text Example
White with #CC6D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D20; }
p { color: rgb(204,109,32); }
H1.HeaderClassName
{
color: #CC6D20;
}
.AnyTagClassName
{
color: #CC6D20;
}
</style>
background-color css
<style>
a { background-color: #CC6D20; }
a { background-color: rgb(204,109,32); }
div.DivClassName
{
background-color: #CC6D20;
}
.BgClassName
{
background-color: #CC6D20;
}
</style>
border-color css
<style>
span { border-color: #CC6D20; }
span { border-color: rgb(204,109,32); }
td.TdClassName
{
border-color: #CC6D20;
}
.TagClassName
{
border-color: #CC6D20;
}
</style>