Shades of Chocolate #CC6521
Tints of Chocolate #CC6521
RGB
CMYK
RGB Variations
Color information
#CC6521 (or 0xCC6521) is known color: Chocolate. HEX triplet: CC, 65 and 21. RGB value is (204,101,33). Sum of RGB (Red+Green+Blue) = 204+101+33=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6521 is #339ADE. Grayscale: #7C7C7C. Windows color (decimal): -3381983 or 2188748. OLE color: 2188748.
HSL color Cylindrical-coordinate representation of color #CC6521: hue angle of 23.86º 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 #CC6521 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 33 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.2 |
| HSL | 23.86º | 0.72% | 0.46% | - |
| HSV(B) | 23.86º | 0.84% | 0.8% | - |
| XYZ | 29.83 | 22.25 | 4.16 | - |
| YUV | 124.05 | 76.62 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 33 | 0 | 0.50 | 0.84 | 0.2 | 23.86 | 0.72 | 0.46 |
| Hex | CC | 65 | 21 | 0 | 32 | 54 | 14 | 18 | 48 | 2E |
| Octal | 314 | 145 | 41 | 0 | 62 | 124 | 24 | 30 | 110 | 56 |
| Binary | 11001100 | 1100101 | 100001 | 0 | 110010 | 1010100 | 10100 | 11000 | 1001000 | 101110 |
Color Harmonies of #CC6521
Complementary color
Monochromatic Colors of #CC6521
Black with #CC6521
Text Example
Text Example
White with #CC6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6521; }
p { color: rgb(204,101,33); }
H1.HeaderClassName
{
color: #CC6521;
}
.AnyTagClassName
{
color: #CC6521;
}
</style>
background-color css
<style>
a { background-color: #CC6521; }
a { background-color: rgb(204,101,33); }
div.DivClassName
{
background-color: #CC6521;
}
.BgClassName
{
background-color: #CC6521;
}
</style>
border-color css
<style>
span { border-color: #CC6521; }
span { border-color: rgb(204,101,33); }
td.TdClassName
{
border-color: #CC6521;
}
.TagClassName
{
border-color: #CC6521;
}
</style>