Shades of Chocolate #CE6211
Tints of Chocolate #CE6211
RGB
CMYK
RGB Variations
Color information
#CE6211 (or 0xCE6211) is known color: Chocolate. HEX triplet: CE, 62 and 11. RGB value is (206,98,17). Sum of RGB (Red+Green+Blue) = 206+98+17=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6211 is #319DEE. Grayscale: #797979. Windows color (decimal): -3251695 or 1139406. OLE color: 1139406.
HSL color Cylindrical-coordinate representation of color #CE6211: hue angle of 25.71º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE6211 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 17 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.19 |
| HSL | 25.71º | 0.85% | 0.44% | - |
| HSV(B) | 25.71º | 0.92% | 0.81% | - |
| XYZ | 29.92 | 21.9 | 3.18 | - |
| YUV | 121.06 | 69.28 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 17 | 0 | 0.52 | 0.92 | 0.19 | 25.71 | 0.85 | 0.44 |
| Hex | CE | 62 | 11 | 0 | 34 | 5C | 13 | 1A | 55 | 2C |
| Octal | 316 | 142 | 21 | 0 | 64 | 134 | 23 | 32 | 125 | 54 |
| Binary | 11001110 | 1100010 | 10001 | 0 | 110100 | 1011100 | 10011 | 11010 | 1010101 | 101100 |
Color Harmonies of #CE6211
Complementary color
Monochromatic Colors of #CE6211
Black with #CE6211
Text Example
Text Example
White with #CE6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6211; }
p { color: rgb(206,98,17); }
H1.HeaderClassName
{
color: #CE6211;
}
.AnyTagClassName
{
color: #CE6211;
}
</style>
background-color css
<style>
a { background-color: #CE6211; }
a { background-color: rgb(206,98,17); }
div.DivClassName
{
background-color: #CE6211;
}
.BgClassName
{
background-color: #CE6211;
}
</style>
border-color css
<style>
span { border-color: #CE6211; }
span { border-color: rgb(206,98,17); }
td.TdClassName
{
border-color: #CE6211;
}
.TagClassName
{
border-color: #CE6211;
}
</style>