Shades of Chocolate #CC6A13
Tints of Chocolate #CC6A13
RGB
CMYK
RGB Variations
Color information
#CC6A13 (or 0xCC6A13) is known color: Chocolate. HEX triplet: CC, 6A and 13. RGB value is (204,106,19). Sum of RGB (Red+Green+Blue) = 204+106+19=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6A13 is #3395EC. Grayscale: #7D7D7D. Windows color (decimal): -3380717 or 1272524. OLE color: 1272524.
HSL color Cylindrical-coordinate representation of color #CC6A13: hue angle of 28.22º 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 #CC6A13 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 19 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.2 |
| HSL | 28.22º | 0.83% | 0.44% | - |
| HSV(B) | 28.22º | 0.91% | 0.8% | - |
| XYZ | 30.17 | 23.19 | 3.5 | - |
| YUV | 125.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 19 | 0 | 0.48 | 0.91 | 0.2 | 28.22 | 0.83 | 0.44 |
| Hex | CC | 6A | 13 | 0 | 30 | 5B | 14 | 1C | 53 | 2C |
| Octal | 314 | 152 | 23 | 0 | 60 | 133 | 24 | 34 | 123 | 54 |
| Binary | 11001100 | 1101010 | 10011 | 0 | 110000 | 1011011 | 10100 | 11100 | 1010011 | 101100 |
Color Harmonies of #CC6A13
Complementary color
Monochromatic Colors of #CC6A13
Black with #CC6A13
Text Example
Text Example
White with #CC6A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A13; }
p { color: rgb(204,106,19); }
H1.HeaderClassName
{
color: #CC6A13;
}
.AnyTagClassName
{
color: #CC6A13;
}
</style>
background-color css
<style>
a { background-color: #CC6A13; }
a { background-color: rgb(204,106,19); }
div.DivClassName
{
background-color: #CC6A13;
}
.BgClassName
{
background-color: #CC6A13;
}
</style>
border-color css
<style>
span { border-color: #CC6A13; }
span { border-color: rgb(204,106,19); }
td.TdClassName
{
border-color: #CC6A13;
}
.TagClassName
{
border-color: #CC6A13;
}
</style>