Shades of Chocolate #CE6916
Tints of Chocolate #CE6916
RGB
CMYK
RGB Variations
Color information
#CE6916 (or 0xCE6916) is known color: Chocolate. HEX triplet: CE, 69 and 16. RGB value is (206,105,22). Sum of RGB (Red+Green+Blue) = 206+105+22=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6916 is #3196E9. Grayscale: #7E7E7E. Windows color (decimal): -3249898 or 1468878. OLE color: 1468878.
HSL color Cylindrical-coordinate representation of color #CE6916: hue angle of 27.07º 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 #CE6916 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 22 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.19 |
| HSL | 27.07º | 0.81% | 0.45% | - |
| HSV(B) | 27.07º | 0.89% | 0.81% | - |
| XYZ | 30.65 | 23.28 | 3.64 | - |
| YUV | 125.74 | 69.46 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 22 | 0 | 0.49 | 0.89 | 0.19 | 27.07 | 0.81 | 0.45 |
| Hex | CE | 69 | 16 | 0 | 31 | 59 | 13 | 1B | 51 | 2D |
| Octal | 316 | 151 | 26 | 0 | 61 | 131 | 23 | 33 | 121 | 55 |
| Binary | 11001110 | 1101001 | 10110 | 0 | 110001 | 1011001 | 10011 | 11011 | 1010001 | 101101 |
Color Harmonies of #CE6916
Complementary color
Monochromatic Colors of #CE6916
Black with #CE6916
Text Example
Text Example
White with #CE6916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6916; }
p { color: rgb(206,105,22); }
H1.HeaderClassName
{
color: #CE6916;
}
.AnyTagClassName
{
color: #CE6916;
}
</style>
background-color css
<style>
a { background-color: #CE6916; }
a { background-color: rgb(206,105,22); }
div.DivClassName
{
background-color: #CE6916;
}
.BgClassName
{
background-color: #CE6916;
}
</style>
border-color css
<style>
span { border-color: #CE6916; }
span { border-color: rgb(206,105,22); }
td.TdClassName
{
border-color: #CE6916;
}
.TagClassName
{
border-color: #CE6916;
}
</style>