Shades of Chocolate #CE6016
Tints of Chocolate #CE6016
RGB
CMYK
RGB Variations
Color information
#CE6016 (or 0xCE6016) is known color: Chocolate. HEX triplet: CE, 60 and 16. RGB value is (206,96,22). Sum of RGB (Red+Green+Blue) = 206+96+22=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6016 is #319FE9. Grayscale: #787878. Windows color (decimal): -3252202 or 1466574. OLE color: 1466574.
HSL color Cylindrical-coordinate representation of color #CE6016: hue angle of 24.13º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE6016 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 22 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.19 |
| HSL | 24.13º | 0.81% | 0.45% | - |
| HSV(B) | 24.13º | 0.89% | 0.81% | - |
| XYZ | 29.78 | 21.55 | 3.35 | - |
| YUV | 120.45 | 72.44 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 22 | 0 | 0.53 | 0.89 | 0.19 | 24.13 | 0.81 | 0.45 |
| Hex | CE | 60 | 16 | 0 | 35 | 59 | 13 | 18 | 51 | 2D |
| Octal | 316 | 140 | 26 | 0 | 65 | 131 | 23 | 30 | 121 | 55 |
| Binary | 11001110 | 1100000 | 10110 | 0 | 110101 | 1011001 | 10011 | 11000 | 1010001 | 101101 |
Color Harmonies of #CE6016
Complementary color
Monochromatic Colors of #CE6016
Black with #CE6016
Text Example
Text Example
White with #CE6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6016; }
p { color: rgb(206,96,22); }
H1.HeaderClassName
{
color: #CE6016;
}
.AnyTagClassName
{
color: #CE6016;
}
</style>
background-color css
<style>
a { background-color: #CE6016; }
a { background-color: rgb(206,96,22); }
div.DivClassName
{
background-color: #CE6016;
}
.BgClassName
{
background-color: #CE6016;
}
</style>
border-color css
<style>
span { border-color: #CE6016; }
span { border-color: rgb(206,96,22); }
td.TdClassName
{
border-color: #CE6016;
}
.TagClassName
{
border-color: #CE6016;
}
</style>