Shades of Chocolate #CE6110
Tints of Chocolate #CE6110
RGB
CMYK
RGB Variations
Color information
#CE6110 (or 0xCE6110) is known color: Chocolate. HEX triplet: CE, 61 and 10. RGB value is (206,97,16). Sum of RGB (Red+Green+Blue) = 206+97+16=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6110 is #319EEF. Grayscale: #787878. Windows color (decimal): -3251952 or 1073614. OLE color: 1073614.
HSL color Cylindrical-coordinate representation of color #CE6110: hue angle of 25.58º degrees, saturation: 0.86, 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 #CE6110 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.19 |
| HSL | 25.58º | 0.86% | 0.44% | - |
| HSV(B) | 25.58º | 0.92% | 0.81% | - |
| XYZ | 29.82 | 21.71 | 3.11 | - |
| YUV | 120.36 | 69.11 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 16 | 0 | 0.53 | 0.92 | 0.19 | 25.58 | 0.86 | 0.44 |
| Hex | CE | 61 | 10 | 0 | 35 | 5C | 13 | 1A | 56 | 2C |
| Octal | 316 | 141 | 20 | 0 | 65 | 134 | 23 | 32 | 126 | 54 |
| Binary | 11001110 | 1100001 | 10000 | 0 | 110101 | 1011100 | 10011 | 11010 | 1010110 | 101100 |
Color Harmonies of #CE6110
Complementary color
Monochromatic Colors of #CE6110
Black with #CE6110
Text Example
Text Example
White with #CE6110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6110; }
p { color: rgb(206,97,16); }
H1.HeaderClassName
{
color: #CE6110;
}
.AnyTagClassName
{
color: #CE6110;
}
</style>
background-color css
<style>
a { background-color: #CE6110; }
a { background-color: rgb(206,97,16); }
div.DivClassName
{
background-color: #CE6110;
}
.BgClassName
{
background-color: #CE6110;
}
</style>
border-color css
<style>
span { border-color: #CE6110; }
span { border-color: rgb(206,97,16); }
td.TdClassName
{
border-color: #CE6110;
}
.TagClassName
{
border-color: #CE6110;
}
</style>