Shades of Chocolate #CC6610
Tints of Chocolate #CC6610
RGB
CMYK
RGB Variations
Color information
#CC6610 (or 0xCC6610) is known color: Chocolate. HEX triplet: CC, 66 and 10. RGB value is (204,102,16). Sum of RGB (Red+Green+Blue) = 204+102+16=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6610 is #3399EF. Grayscale: #7B7B7B. Windows color (decimal): -3381744 or 1074892. OLE color: 1074892.
HSL color Cylindrical-coordinate representation of color #CC6610: hue angle of 27.45º 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 #CC6610 is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 16 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.2 |
| HSL | 27.45º | 0.85% | 0.43% | - |
| HSV(B) | 27.45º | 0.92% | 0.8% | - |
| XYZ | 29.75 | 22.38 | 3.24 | - |
| YUV | 122.69 | 67.79 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 16 | 0 | 0.5 | 0.92 | 0.2 | 27.45 | 0.85 | 0.43 |
| Hex | CC | 66 | 10 | 0 | 32 | 5C | 14 | 1B | 55 | 2B |
| Octal | 314 | 146 | 20 | 0 | 62 | 134 | 24 | 33 | 125 | 53 |
| Binary | 11001100 | 1100110 | 10000 | 0 | 110010 | 1011100 | 10100 | 11011 | 1010101 | 101011 |
Color Harmonies of #CC6610
Complementary color
Monochromatic Colors of #CC6610
Black with #CC6610
Text Example
Text Example
White with #CC6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6610; }
p { color: rgb(204,102,16); }
H1.HeaderClassName
{
color: #CC6610;
}
.AnyTagClassName
{
color: #CC6610;
}
</style>
background-color css
<style>
a { background-color: #CC6610; }
a { background-color: rgb(204,102,16); }
div.DivClassName
{
background-color: #CC6610;
}
.BgClassName
{
background-color: #CC6610;
}
</style>
border-color css
<style>
span { border-color: #CC6610; }
span { border-color: rgb(204,102,16); }
td.TdClassName
{
border-color: #CC6610;
}
.TagClassName
{
border-color: #CC6610;
}
</style>