Shades of Chocolate #CC6619
Tints of Chocolate #CC6619
RGB
CMYK
RGB Variations
Color information
#CC6619 (or 0xCC6619) is known color: Chocolate. HEX triplet: CC, 66 and 19. RGB value is (204,102,25). Sum of RGB (Red+Green+Blue) = 204+102+25=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6619 is #3399E6. Grayscale: #7C7C7C. Windows color (decimal): -3381735 or 1664716. OLE color: 1664716.
HSL color Cylindrical-coordinate representation of color #CC6619: hue angle of 25.81º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC6619 is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 25 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.2 |
| HSL | 25.81º | 0.78% | 0.45% | - |
| HSV(B) | 25.81º | 0.88% | 0.8% | - |
| XYZ | 29.83 | 22.41 | 3.67 | - |
| YUV | 123.72 | 72.29 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 25 | 0 | 0.5 | 0.88 | 0.2 | 25.81 | 0.78 | 0.45 |
| Hex | CC | 66 | 19 | 0 | 32 | 58 | 14 | 1A | 4E | 2D |
| Octal | 314 | 146 | 31 | 0 | 62 | 130 | 24 | 32 | 116 | 55 |
| Binary | 11001100 | 1100110 | 11001 | 0 | 110010 | 1011000 | 10100 | 11010 | 1001110 | 101101 |
Color Harmonies of #CC6619
Complementary color
Monochromatic Colors of #CC6619
Black with #CC6619
Text Example
Text Example
White with #CC6619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6619; }
p { color: rgb(204,102,25); }
H1.HeaderClassName
{
color: #CC6619;
}
.AnyTagClassName
{
color: #CC6619;
}
</style>
background-color css
<style>
a { background-color: #CC6619; }
a { background-color: rgb(204,102,25); }
div.DivClassName
{
background-color: #CC6619;
}
.BgClassName
{
background-color: #CC6619;
}
</style>
border-color css
<style>
span { border-color: #CC6619; }
span { border-color: rgb(204,102,25); }
td.TdClassName
{
border-color: #CC6619;
}
.TagClassName
{
border-color: #CC6619;
}
</style>