Shades of Chocolate #CC6513
Tints of Chocolate #CC6513
RGB
CMYK
RGB Variations
Color information
#CC6513 (or 0xCC6513) is known color: Chocolate. HEX triplet: CC, 65 and 13. RGB value is (204,101,19). Sum of RGB (Red+Green+Blue) = 204+101+19=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6513 is #339AEC. Grayscale: #7A7A7A. Windows color (decimal): -3381997 or 1271244. OLE color: 1271244.
HSL color Cylindrical-coordinate representation of color #CC6513: hue angle of 26.59º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC6513 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 19 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.2 |
| HSL | 26.59º | 0.83% | 0.44% | - |
| HSV(B) | 26.59º | 0.91% | 0.8% | - |
| XYZ | 29.67 | 22.19 | 3.34 | - |
| YUV | 122.45 | 69.62 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 19 | 0 | 0.50 | 0.91 | 0.2 | 26.59 | 0.83 | 0.44 |
| Hex | CC | 65 | 13 | 0 | 32 | 5B | 14 | 1B | 53 | 2C |
| Octal | 314 | 145 | 23 | 0 | 62 | 133 | 24 | 33 | 123 | 54 |
| Binary | 11001100 | 1100101 | 10011 | 0 | 110010 | 1011011 | 10100 | 11011 | 1010011 | 101100 |
Color Harmonies of #CC6513
Complementary color
Monochromatic Colors of #CC6513
Black with #CC6513
Text Example
Text Example
White with #CC6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6513; }
p { color: rgb(204,101,19); }
H1.HeaderClassName
{
color: #CC6513;
}
.AnyTagClassName
{
color: #CC6513;
}
</style>
background-color css
<style>
a { background-color: #CC6513; }
a { background-color: rgb(204,101,19); }
div.DivClassName
{
background-color: #CC6513;
}
.BgClassName
{
background-color: #CC6513;
}
</style>
border-color css
<style>
span { border-color: #CC6513; }
span { border-color: rgb(204,101,19); }
td.TdClassName
{
border-color: #CC6513;
}
.TagClassName
{
border-color: #CC6513;
}
</style>