Shades of Chocolate #CC6321
Tints of Chocolate #CC6321
RGB
CMYK
RGB Variations
Color information
#CC6321 (or 0xCC6321) is known color: Chocolate. HEX triplet: CC, 63 and 21. RGB value is (204,99,33). Sum of RGB (Red+Green+Blue) = 204+99+33=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6321 is #339CDE. Grayscale: #7B7B7B. Windows color (decimal): -3382495 or 2188236. OLE color: 2188236.
HSL color Cylindrical-coordinate representation of color #CC6321: hue angle of 23.16º degrees, saturation: 0.72, 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 #CC6321 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 33 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.2 |
| HSL | 23.16º | 0.72% | 0.46% | - |
| HSV(B) | 23.16º | 0.84% | 0.8% | - |
| XYZ | 29.64 | 21.87 | 4.1 | - |
| YUV | 122.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 33 | 0 | 0.51 | 0.84 | 0.2 | 23.16 | 0.72 | 0.46 |
| Hex | CC | 63 | 21 | 0 | 33 | 54 | 14 | 17 | 48 | 2E |
| Octal | 314 | 143 | 41 | 0 | 63 | 124 | 24 | 27 | 110 | 56 |
| Binary | 11001100 | 1100011 | 100001 | 0 | 110011 | 1010100 | 10100 | 10111 | 1001000 | 101110 |
Color Harmonies of #CC6321
Complementary color
Monochromatic Colors of #CC6321
Black with #CC6321
Text Example
Text Example
White with #CC6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6321; }
p { color: rgb(204,99,33); }
H1.HeaderClassName
{
color: #CC6321;
}
.AnyTagClassName
{
color: #CC6321;
}
</style>
background-color css
<style>
a { background-color: #CC6321; }
a { background-color: rgb(204,99,33); }
div.DivClassName
{
background-color: #CC6321;
}
.BgClassName
{
background-color: #CC6321;
}
</style>
border-color css
<style>
span { border-color: #CC6321; }
span { border-color: rgb(204,99,33); }
td.TdClassName
{
border-color: #CC6321;
}
.TagClassName
{
border-color: #CC6321;
}
</style>