Shades of Chocolate #CE6010
Tints of Chocolate #CE6010
RGB
CMYK
RGB Variations
Color information
#CE6010 (or 0xCE6010) is known color: Chocolate. HEX triplet: CE, 60 and 10. RGB value is (206,96,16). Sum of RGB (Red+Green+Blue) = 206+96+16=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6010 is #319FEF. Grayscale: #787878. Windows color (decimal): -3252208 or 1073358. OLE color: 1073358.
HSL color Cylindrical-coordinate representation of color #CE6010: hue angle of 25.26º 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 #CE6010 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.19 |
| HSL | 25.26º | 0.86% | 0.44% | - |
| HSV(B) | 25.26º | 0.92% | 0.81% | - |
| XYZ | 29.73 | 21.52 | 3.08 | - |
| YUV | 119.77 | 69.44 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 16 | 0 | 0.53 | 0.92 | 0.19 | 25.26 | 0.86 | 0.44 |
| Hex | CE | 60 | 10 | 0 | 35 | 5C | 13 | 19 | 56 | 2C |
| Octal | 316 | 140 | 20 | 0 | 65 | 134 | 23 | 31 | 126 | 54 |
| Binary | 11001110 | 1100000 | 10000 | 0 | 110101 | 1011100 | 10011 | 11001 | 1010110 | 101100 |
Color Harmonies of #CE6010
Complementary color
Monochromatic Colors of #CE6010
Black with #CE6010
Text Example
Text Example
White with #CE6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6010; }
p { color: rgb(206,96,16); }
H1.HeaderClassName
{
color: #CE6010;
}
.AnyTagClassName
{
color: #CE6010;
}
</style>
background-color css
<style>
a { background-color: #CE6010; }
a { background-color: rgb(206,96,16); }
div.DivClassName
{
background-color: #CE6010;
}
.BgClassName
{
background-color: #CE6010;
}
</style>
border-color css
<style>
span { border-color: #CE6010; }
span { border-color: rgb(206,96,16); }
td.TdClassName
{
border-color: #CE6010;
}
.TagClassName
{
border-color: #CE6010;
}
</style>