Shades of Chocolate #CC6617
Tints of Chocolate #CC6617
RGB
CMYK
RGB Variations
Color information
#CC6617 (or 0xCC6617) is known color: Chocolate. HEX triplet: CC, 66 and 17. RGB value is (204,102,23). Sum of RGB (Red+Green+Blue) = 204+102+23=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6617 is #3399E8. Grayscale: #7B7B7B. Windows color (decimal): -3381737 or 1533644. OLE color: 1533644.
HSL color Cylindrical-coordinate representation of color #CC6617: hue angle of 26.19º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC6617 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 23 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.2 |
| HSL | 26.19º | 0.8% | 0.45% | - |
| HSV(B) | 26.19º | 0.89% | 0.8% | - |
| XYZ | 29.81 | 22.4 | 3.56 | - |
| YUV | 123.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 23 | 0 | 0.5 | 0.89 | 0.2 | 26.19 | 0.8 | 0.45 |
| Hex | CC | 66 | 17 | 0 | 32 | 59 | 14 | 1A | 50 | 2D |
| Octal | 314 | 146 | 27 | 0 | 62 | 131 | 24 | 32 | 120 | 55 |
| Binary | 11001100 | 1100110 | 10111 | 0 | 110010 | 1011001 | 10100 | 11010 | 1010000 | 101101 |
Color Harmonies of #CC6617
Complementary color
Monochromatic Colors of #CC6617
Black with #CC6617
Text Example
Text Example
White with #CC6617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6617; }
p { color: rgb(204,102,23); }
H1.HeaderClassName
{
color: #CC6617;
}
.AnyTagClassName
{
color: #CC6617;
}
</style>
background-color css
<style>
a { background-color: #CC6617; }
a { background-color: rgb(204,102,23); }
div.DivClassName
{
background-color: #CC6617;
}
.BgClassName
{
background-color: #CC6617;
}
</style>
border-color css
<style>
span { border-color: #CC6617; }
span { border-color: rgb(204,102,23); }
td.TdClassName
{
border-color: #CC6617;
}
.TagClassName
{
border-color: #CC6617;
}
</style>