Shades of Chocolate #CC6720
Tints of Chocolate #CC6720
RGB
CMYK
RGB Variations
Color information
#CC6720 (or 0xCC6720) is known color: Chocolate. HEX triplet: CC, 67 and 20. RGB value is (204,103,32). Sum of RGB (Red+Green+Blue) = 204+103+32=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6720 is #3398DF. Grayscale: #7D7D7D. Windows color (decimal): -3381472 or 2123724. OLE color: 2123724.
HSL color Cylindrical-coordinate representation of color #CC6720: hue angle of 24.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC6720 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 32 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.2 |
| HSL | 24.77º | 0.73% | 0.46% | - |
| HSV(B) | 24.77º | 0.84% | 0.8% | - |
| XYZ | 30.01 | 22.64 | 4.16 | - |
| YUV | 125.11 | 75.46 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 32 | 0 | 0.50 | 0.84 | 0.2 | 24.77 | 0.73 | 0.46 |
| Hex | CC | 67 | 20 | 0 | 32 | 54 | 14 | 19 | 49 | 2E |
| Octal | 314 | 147 | 40 | 0 | 62 | 124 | 24 | 31 | 111 | 56 |
| Binary | 11001100 | 1100111 | 100000 | 0 | 110010 | 1010100 | 10100 | 11001 | 1001001 | 101110 |
Color Harmonies of #CC6720
Complementary color
Monochromatic Colors of #CC6720
Black with #CC6720
Text Example
Text Example
White with #CC6720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6720; }
p { color: rgb(204,103,32); }
H1.HeaderClassName
{
color: #CC6720;
}
.AnyTagClassName
{
color: #CC6720;
}
</style>
background-color css
<style>
a { background-color: #CC6720; }
a { background-color: rgb(204,103,32); }
div.DivClassName
{
background-color: #CC6720;
}
.BgClassName
{
background-color: #CC6720;
}
</style>
border-color css
<style>
span { border-color: #CC6720; }
span { border-color: rgb(204,103,32); }
td.TdClassName
{
border-color: #CC6720;
}
.TagClassName
{
border-color: #CC6720;
}
</style>