Shades of Chocolate #CE6E15
Tints of Chocolate #CE6E15
RGB
CMYK
RGB Variations
Color information
#CE6E15 (or 0xCE6E15) is known color: Chocolate. HEX triplet: CE, 6E and 15. RGB value is (206,110,21). Sum of RGB (Red+Green+Blue) = 206+110+21=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6E15 is #3191EA. Grayscale: #818181. Windows color (decimal): -3248619 or 1404622. OLE color: 1404622.
HSL color Cylindrical-coordinate representation of color #CE6E15: hue angle of 28.86º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE6E15 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.19 |
| HSL | 28.86º | 0.81% | 0.45% | - |
| HSV(B) | 28.86º | 0.9% | 0.81% | - |
| XYZ | 31.16 | 24.33 | 3.76 | - |
| YUV | 128.56 | 67.3 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 21 | 0 | 0.47 | 0.90 | 0.19 | 28.86 | 0.81 | 0.45 |
| Hex | CE | 6E | 15 | 0 | 2F | 5A | 13 | 1D | 51 | 2D |
| Octal | 316 | 156 | 25 | 0 | 57 | 132 | 23 | 35 | 121 | 55 |
| Binary | 11001110 | 1101110 | 10101 | 0 | 101111 | 1011010 | 10011 | 11101 | 1010001 | 101101 |
Color Harmonies of #CE6E15
Complementary color
Monochromatic Colors of #CE6E15
Black with #CE6E15
Text Example
Text Example
White with #CE6E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E15; }
p { color: rgb(206,110,21); }
H1.HeaderClassName
{
color: #CE6E15;
}
.AnyTagClassName
{
color: #CE6E15;
}
</style>
background-color css
<style>
a { background-color: #CE6E15; }
a { background-color: rgb(206,110,21); }
div.DivClassName
{
background-color: #CE6E15;
}
.BgClassName
{
background-color: #CE6E15;
}
</style>
border-color css
<style>
span { border-color: #CE6E15; }
span { border-color: rgb(206,110,21); }
td.TdClassName
{
border-color: #CE6E15;
}
.TagClassName
{
border-color: #CE6E15;
}
</style>