Shades of Chocolate #CC6A24
Tints of Chocolate #CC6A24
RGB
CMYK
RGB Variations
Color information
#CC6A24 (or 0xCC6A24) is known color: Chocolate. HEX triplet: CC, 6A and 24. RGB value is (204,106,36). Sum of RGB (Red+Green+Blue) = 204+106+36=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A24 is #3395DB. Grayscale: #7F7F7F. Windows color (decimal): -3380700 or 2386636. OLE color: 2386636.
HSL color Cylindrical-coordinate representation of color #CC6A24: hue angle of 25º 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 #CC6A24 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 36 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.2 |
| HSL | 25º | 0.7% | 0.47% | - |
| HSV(B) | 25º | 0.82% | 0.8% | - |
| XYZ | 30.37 | 23.27 | 4.56 | - |
| YUV | 127.32 | 76.47 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 36 | 0 | 0.48 | 0.82 | 0.2 | 25 | 0.7 | 0.47 |
| Hex | CC | 6A | 24 | 0 | 30 | 52 | 14 | 19 | 46 | 2F |
| Octal | 314 | 152 | 44 | 0 | 60 | 122 | 24 | 31 | 106 | 57 |
| Binary | 11001100 | 1101010 | 100100 | 0 | 110000 | 1010010 | 10100 | 11001 | 1000110 | 101111 |
Color Harmonies of #CC6A24
Complementary color
Monochromatic Colors of #CC6A24
Black with #CC6A24
Text Example
Text Example
White with #CC6A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A24; }
p { color: rgb(204,106,36); }
H1.HeaderClassName
{
color: #CC6A24;
}
.AnyTagClassName
{
color: #CC6A24;
}
</style>
background-color css
<style>
a { background-color: #CC6A24; }
a { background-color: rgb(204,106,36); }
div.DivClassName
{
background-color: #CC6A24;
}
.BgClassName
{
background-color: #CC6A24;
}
</style>
border-color css
<style>
span { border-color: #CC6A24; }
span { border-color: rgb(204,106,36); }
td.TdClassName
{
border-color: #CC6A24;
}
.TagClassName
{
border-color: #CC6A24;
}
</style>