Shades of Chocolate #CE6D24
Tints of Chocolate #CE6D24
RGB
CMYK
RGB Variations
Color information
#CE6D24 (or 0xCE6D24) is known color: Chocolate. HEX triplet: CE, 6D and 24. RGB value is (206,109,36). Sum of RGB (Red+Green+Blue) = 206+109+36=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D24 is #3192DB. Grayscale: #828282. Windows color (decimal): -3248860 or 2387406. OLE color: 2387406.
HSL color Cylindrical-coordinate representation of color #CE6D24: hue angle of 25.76º 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 #CE6D24 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 36 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.19 |
| HSL | 25.76º | 0.7% | 0.47% | - |
| HSV(B) | 25.76º | 0.83% | 0.81% | - |
| XYZ | 31.24 | 24.19 | 4.69 | - |
| YUV | 129.68 | 75.14 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 36 | 0 | 0.47 | 0.83 | 0.19 | 25.76 | 0.7 | 0.47 |
| Hex | CE | 6D | 24 | 0 | 2F | 53 | 13 | 1A | 46 | 2F |
| Octal | 316 | 155 | 44 | 0 | 57 | 123 | 23 | 32 | 106 | 57 |
| Binary | 11001110 | 1101101 | 100100 | 0 | 101111 | 1010011 | 10011 | 11010 | 1000110 | 101111 |
Color Harmonies of #CE6D24
Complementary color
Monochromatic Colors of #CE6D24
Black with #CE6D24
Text Example
Text Example
White with #CE6D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D24; }
p { color: rgb(206,109,36); }
H1.HeaderClassName
{
color: #CE6D24;
}
.AnyTagClassName
{
color: #CE6D24;
}
</style>
background-color css
<style>
a { background-color: #CE6D24; }
a { background-color: rgb(206,109,36); }
div.DivClassName
{
background-color: #CE6D24;
}
.BgClassName
{
background-color: #CE6D24;
}
</style>
border-color css
<style>
span { border-color: #CE6D24; }
span { border-color: rgb(206,109,36); }
td.TdClassName
{
border-color: #CE6D24;
}
.TagClassName
{
border-color: #CE6D24;
}
</style>