Shades of Chocolate #CE6024
Tints of Chocolate #CE6024
RGB
CMYK
RGB Variations
Color information
#CE6024 (or 0xCE6024) is known color: Chocolate. HEX triplet: CE, 60 and 24. RGB value is (206,96,36). Sum of RGB (Red+Green+Blue) = 206+96+36=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6024 is #319FDB. Grayscale: #7A7A7A. Windows color (decimal): -3252188 or 2384078. OLE color: 2384078.
HSL color Cylindrical-coordinate representation of color #CE6024: hue angle of 21.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE6024 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 36 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.19 |
| HSL | 21.18º | 0.7% | 0.47% | - |
| HSV(B) | 21.18º | 0.83% | 0.81% | - |
| XYZ | 29.95 | 21.61 | 4.26 | - |
| YUV | 122.05 | 79.44 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 36 | 0 | 0.53 | 0.83 | 0.19 | 21.18 | 0.7 | 0.47 |
| Hex | CE | 60 | 24 | 0 | 35 | 53 | 13 | 15 | 46 | 2F |
| Octal | 316 | 140 | 44 | 0 | 65 | 123 | 23 | 25 | 106 | 57 |
| Binary | 11001110 | 1100000 | 100100 | 0 | 110101 | 1010011 | 10011 | 10101 | 1000110 | 101111 |
Color Harmonies of #CE6024
Complementary color
Monochromatic Colors of #CE6024
Black with #CE6024
Text Example
Text Example
White with #CE6024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6024; }
p { color: rgb(206,96,36); }
H1.HeaderClassName
{
color: #CE6024;
}
.AnyTagClassName
{
color: #CE6024;
}
</style>
background-color css
<style>
a { background-color: #CE6024; }
a { background-color: rgb(206,96,36); }
div.DivClassName
{
background-color: #CE6024;
}
.BgClassName
{
background-color: #CE6024;
}
</style>
border-color css
<style>
span { border-color: #CE6024; }
span { border-color: rgb(206,96,36); }
td.TdClassName
{
border-color: #CE6024;
}
.TagClassName
{
border-color: #CE6024;
}
</style>