Shades of Chocolate #CC6724
Tints of Chocolate #CC6724
RGB
CMYK
RGB Variations
Color information
#CC6724 (or 0xCC6724) is known color: Chocolate. HEX triplet: CC, 67 and 24. RGB value is (204,103,36). Sum of RGB (Red+Green+Blue) = 204+103+36=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6724 is #3398DB. Grayscale: #7D7D7D. Windows color (decimal): -3381468 or 2385868. OLE color: 2385868.
HSL color Cylindrical-coordinate representation of color #CC6724: hue angle of 23.93º 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 #CC6724 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 36 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.2 |
| HSL | 23.93º | 0.7% | 0.47% | - |
| HSV(B) | 23.93º | 0.82% | 0.8% | - |
| XYZ | 30.07 | 22.67 | 4.46 | - |
| YUV | 125.56 | 77.46 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 36 | 0 | 0.50 | 0.82 | 0.2 | 23.93 | 0.7 | 0.47 |
| Hex | CC | 67 | 24 | 0 | 32 | 52 | 14 | 18 | 46 | 2F |
| Octal | 314 | 147 | 44 | 0 | 62 | 122 | 24 | 30 | 106 | 57 |
| Binary | 11001100 | 1100111 | 100100 | 0 | 110010 | 1010010 | 10100 | 11000 | 1000110 | 101111 |
Color Harmonies of #CC6724
Complementary color
Monochromatic Colors of #CC6724
Black with #CC6724
Text Example
Text Example
White with #CC6724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6724; }
p { color: rgb(204,103,36); }
H1.HeaderClassName
{
color: #CC6724;
}
.AnyTagClassName
{
color: #CC6724;
}
</style>
background-color css
<style>
a { background-color: #CC6724; }
a { background-color: rgb(204,103,36); }
div.DivClassName
{
background-color: #CC6724;
}
.BgClassName
{
background-color: #CC6724;
}
</style>
border-color css
<style>
span { border-color: #CC6724; }
span { border-color: rgb(204,103,36); }
td.TdClassName
{
border-color: #CC6724;
}
.TagClassName
{
border-color: #CC6724;
}
</style>