Shades of Chocolate #CC6424
Tints of Chocolate #CC6424
RGB
CMYK
RGB Variations
Color information
#CC6424 (or 0xCC6424) is known color: Chocolate. HEX triplet: CC, 64 and 24. RGB value is (204,100,36). Sum of RGB (Red+Green+Blue) = 204+100+36=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6424 is #339BDB. Grayscale: #7C7C7C. Windows color (decimal): -3382236 or 2385100. OLE color: 2385100.
HSL color Cylindrical-coordinate representation of color #CC6424: hue angle of 22.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC6424 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 36 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.2 |
| HSL | 22.86º | 0.7% | 0.47% | - |
| HSV(B) | 22.86º | 0.82% | 0.8% | - |
| XYZ | 29.78 | 22.08 | 4.36 | - |
| YUV | 123.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 36 | 0 | 0.51 | 0.82 | 0.2 | 22.86 | 0.7 | 0.47 |
| Hex | CC | 64 | 24 | 0 | 33 | 52 | 14 | 17 | 46 | 2F |
| Octal | 314 | 144 | 44 | 0 | 63 | 122 | 24 | 27 | 106 | 57 |
| Binary | 11001100 | 1100100 | 100100 | 0 | 110011 | 1010010 | 10100 | 10111 | 1000110 | 101111 |
Color Harmonies of #CC6424
Complementary color
Monochromatic Colors of #CC6424
Black with #CC6424
Text Example
Text Example
White with #CC6424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6424; }
p { color: rgb(204,100,36); }
H1.HeaderClassName
{
color: #CC6424;
}
.AnyTagClassName
{
color: #CC6424;
}
</style>
background-color css
<style>
a { background-color: #CC6424; }
a { background-color: rgb(204,100,36); }
div.DivClassName
{
background-color: #CC6424;
}
.BgClassName
{
background-color: #CC6424;
}
</style>
border-color css
<style>
span { border-color: #CC6424; }
span { border-color: rgb(204,100,36); }
td.TdClassName
{
border-color: #CC6424;
}
.TagClassName
{
border-color: #CC6424;
}
</style>