Shades of Chocolate #CC6413
Tints of Chocolate #CC6413
RGB
CMYK
RGB Variations
Color information
#CC6413 (or 0xCC6413) is known color: Chocolate. HEX triplet: CC, 64 and 13. RGB value is (204,100,19). Sum of RGB (Red+Green+Blue) = 204+100+19=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6413 is #339BEC. Grayscale: #7A7A7A. Windows color (decimal): -3382253 or 1270988. OLE color: 1270988.
HSL color Cylindrical-coordinate representation of color #CC6413: hue angle of 26.27º 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 #CC6413 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.2 |
| HSL | 26.27º | 0.83% | 0.44% | - |
| HSV(B) | 26.27º | 0.91% | 0.8% | - |
| XYZ | 29.58 | 22 | 3.3 | - |
| YUV | 121.86 | 69.96 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 19 | 0 | 0.51 | 0.91 | 0.2 | 26.27 | 0.83 | 0.44 |
| Hex | CC | 64 | 13 | 0 | 33 | 5B | 14 | 1A | 53 | 2C |
| Octal | 314 | 144 | 23 | 0 | 63 | 133 | 24 | 32 | 123 | 54 |
| Binary | 11001100 | 1100100 | 10011 | 0 | 110011 | 1011011 | 10100 | 11010 | 1010011 | 101100 |
Color Harmonies of #CC6413
Complementary color
Monochromatic Colors of #CC6413
Black with #CC6413
Text Example
Text Example
White with #CC6413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6413; }
p { color: rgb(204,100,19); }
H1.HeaderClassName
{
color: #CC6413;
}
.AnyTagClassName
{
color: #CC6413;
}
</style>
background-color css
<style>
a { background-color: #CC6413; }
a { background-color: rgb(204,100,19); }
div.DivClassName
{
background-color: #CC6413;
}
.BgClassName
{
background-color: #CC6413;
}
</style>
border-color css
<style>
span { border-color: #CC6413; }
span { border-color: rgb(204,100,19); }
td.TdClassName
{
border-color: #CC6413;
}
.TagClassName
{
border-color: #CC6413;
}
</style>