Shades of Chocolate #CC6524
Tints of Chocolate #CC6524
RGB
CMYK
RGB Variations
Color information
#CC6524 (or 0xCC6524) is known color: Chocolate. HEX triplet: CC, 65 and 24. RGB value is (204,101,36). Sum of RGB (Red+Green+Blue) = 204+101+36=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6524 is #339ADB. Grayscale: #7C7C7C. Windows color (decimal): -3381980 or 2385356. OLE color: 2385356.
HSL color Cylindrical-coordinate representation of color #CC6524: hue angle of 23.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC6524 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 36 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.2 |
| HSL | 23.21º | 0.7% | 0.47% | - |
| HSV(B) | 23.21º | 0.82% | 0.8% | - |
| XYZ | 29.87 | 22.27 | 4.39 | - |
| YUV | 124.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 36 | 0 | 0.50 | 0.82 | 0.2 | 23.21 | 0.7 | 0.47 |
| Hex | CC | 65 | 24 | 0 | 32 | 52 | 14 | 17 | 46 | 2F |
| Octal | 314 | 145 | 44 | 0 | 62 | 122 | 24 | 27 | 106 | 57 |
| Binary | 11001100 | 1100101 | 100100 | 0 | 110010 | 1010010 | 10100 | 10111 | 1000110 | 101111 |
Color Harmonies of #CC6524
Complementary color
Monochromatic Colors of #CC6524
Black with #CC6524
Text Example
Text Example
White with #CC6524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6524; }
p { color: rgb(204,101,36); }
H1.HeaderClassName
{
color: #CC6524;
}
.AnyTagClassName
{
color: #CC6524;
}
</style>
background-color css
<style>
a { background-color: #CC6524; }
a { background-color: rgb(204,101,36); }
div.DivClassName
{
background-color: #CC6524;
}
.BgClassName
{
background-color: #CC6524;
}
</style>
border-color css
<style>
span { border-color: #CC6524; }
span { border-color: rgb(204,101,36); }
td.TdClassName
{
border-color: #CC6524;
}
.TagClassName
{
border-color: #CC6524;
}
</style>