Shades of Chocolate #CE6911
Tints of Chocolate #CE6911
RGB
CMYK
RGB Variations
Color information
#CE6911 (or 0xCE6911) is known color: Chocolate. HEX triplet: CE, 69 and 11. RGB value is (206,105,17). Sum of RGB (Red+Green+Blue) = 206+105+17=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6911 is #3196EE. Grayscale: #7D7D7D. Windows color (decimal): -3249903 or 1141198. OLE color: 1141198.
HSL color Cylindrical-coordinate representation of color #CE6911: hue angle of 27.94º degrees, saturation: 0.85, 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 #CE6911 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 17 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.19 |
| HSL | 27.94º | 0.85% | 0.44% | - |
| HSV(B) | 27.94º | 0.92% | 0.81% | - |
| XYZ | 30.61 | 23.27 | 3.41 | - |
| YUV | 125.17 | 66.96 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 17 | 0 | 0.49 | 0.92 | 0.19 | 27.94 | 0.85 | 0.44 |
| Hex | CE | 69 | 11 | 0 | 31 | 5C | 13 | 1C | 55 | 2C |
| Octal | 316 | 151 | 21 | 0 | 61 | 134 | 23 | 34 | 125 | 54 |
| Binary | 11001110 | 1101001 | 10001 | 0 | 110001 | 1011100 | 10011 | 11100 | 1010101 | 101100 |
Color Harmonies of #CE6911
Complementary color
Monochromatic Colors of #CE6911
Black with #CE6911
Text Example
Text Example
White with #CE6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6911; }
p { color: rgb(206,105,17); }
H1.HeaderClassName
{
color: #CE6911;
}
.AnyTagClassName
{
color: #CE6911;
}
</style>
background-color css
<style>
a { background-color: #CE6911; }
a { background-color: rgb(206,105,17); }
div.DivClassName
{
background-color: #CE6911;
}
.BgClassName
{
background-color: #CE6911;
}
</style>
border-color css
<style>
span { border-color: #CE6911; }
span { border-color: rgb(206,105,17); }
td.TdClassName
{
border-color: #CE6911;
}
.TagClassName
{
border-color: #CE6911;
}
</style>