Shades of Chocolate #CE6810
Tints of Chocolate #CE6810
RGB
CMYK
RGB Variations
Color information
#CE6810 (or 0xCE6810) is known color: Chocolate. HEX triplet: CE, 68 and 10. RGB value is (206,104,16). Sum of RGB (Red+Green+Blue) = 206+104+16=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6810 is #3197EF. Grayscale: #7C7C7C. Windows color (decimal): -3250160 or 1075406. OLE color: 1075406.
HSL color Cylindrical-coordinate representation of color #CE6810: hue angle of 27.79º 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 #CE6810 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 16 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.19 |
| HSL | 27.79º | 0.86% | 0.44% | - |
| HSV(B) | 27.79º | 0.92% | 0.81% | - |
| XYZ | 30.5 | 23.06 | 3.33 | - |
| YUV | 124.47 | 66.79 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 16 | 0 | 0.50 | 0.92 | 0.19 | 27.79 | 0.86 | 0.44 |
| Hex | CE | 68 | 10 | 0 | 32 | 5C | 13 | 1C | 56 | 2C |
| Octal | 316 | 150 | 20 | 0 | 62 | 134 | 23 | 34 | 126 | 54 |
| Binary | 11001110 | 1101000 | 10000 | 0 | 110010 | 1011100 | 10011 | 11100 | 1010110 | 101100 |
Color Harmonies of #CE6810
Complementary color
Monochromatic Colors of #CE6810
Black with #CE6810
Text Example
Text Example
White with #CE6810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6810; }
p { color: rgb(206,104,16); }
H1.HeaderClassName
{
color: #CE6810;
}
.AnyTagClassName
{
color: #CE6810;
}
</style>
background-color css
<style>
a { background-color: #CE6810; }
a { background-color: rgb(206,104,16); }
div.DivClassName
{
background-color: #CE6810;
}
.BgClassName
{
background-color: #CE6810;
}
</style>
border-color css
<style>
span { border-color: #CE6810; }
span { border-color: rgb(206,104,16); }
td.TdClassName
{
border-color: #CE6810;
}
.TagClassName
{
border-color: #CE6810;
}
</style>