Shades of Chocolate #CC6322
Tints of Chocolate #CC6322
RGB
CMYK
RGB Variations
Color information
#CC6322 (or 0xCC6322) is known color: Chocolate. HEX triplet: CC, 63 and 22. RGB value is (204,99,34). Sum of RGB (Red+Green+Blue) = 204+99+34=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6322 is #339CDD. Grayscale: #7B7B7B. Windows color (decimal): -3382494 or 2253772. OLE color: 2253772.
HSL color Cylindrical-coordinate representation of color #CC6322: hue angle of 22.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC6322 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 34 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.2 |
| HSL | 22.94º | 0.71% | 0.47% | - |
| HSV(B) | 22.94º | 0.83% | 0.8% | - |
| XYZ | 29.65 | 21.88 | 4.17 | - |
| YUV | 122.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 34 | 0 | 0.51 | 0.83 | 0.2 | 22.94 | 0.71 | 0.47 |
| Hex | CC | 63 | 22 | 0 | 33 | 53 | 14 | 17 | 47 | 2F |
| Octal | 314 | 143 | 42 | 0 | 63 | 123 | 24 | 27 | 107 | 57 |
| Binary | 11001100 | 1100011 | 100010 | 0 | 110011 | 1010011 | 10100 | 10111 | 1000111 | 101111 |
Color Harmonies of #CC6322
Complementary color
Monochromatic Colors of #CC6322
Black with #CC6322
Text Example
Text Example
White with #CC6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6322; }
p { color: rgb(204,99,34); }
H1.HeaderClassName
{
color: #CC6322;
}
.AnyTagClassName
{
color: #CC6322;
}
</style>
background-color css
<style>
a { background-color: #CC6322; }
a { background-color: rgb(204,99,34); }
div.DivClassName
{
background-color: #CC6322;
}
.BgClassName
{
background-color: #CC6322;
}
</style>
border-color css
<style>
span { border-color: #CC6322; }
span { border-color: rgb(204,99,34); }
td.TdClassName
{
border-color: #CC6322;
}
.TagClassName
{
border-color: #CC6322;
}
</style>