Shades of Chocolate #CE6311
Tints of Chocolate #CE6311
RGB
CMYK
RGB Variations
Color information
#CE6311 (or 0xCE6311) is known color: Chocolate. HEX triplet: CE, 63 and 11. RGB value is (206,99,17). Sum of RGB (Red+Green+Blue) = 206+99+17=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6311 is #319CEE. Grayscale: #7A7A7A. Windows color (decimal): -3251439 or 1139662. OLE color: 1139662.
HSL color Cylindrical-coordinate representation of color #CE6311: hue angle of 26.03º 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 #CE6311 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 17 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.19 |
| HSL | 26.03º | 0.85% | 0.44% | - |
| HSV(B) | 26.03º | 0.92% | 0.81% | - |
| XYZ | 30.02 | 22.09 | 3.21 | - |
| YUV | 121.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 17 | 0 | 0.52 | 0.92 | 0.19 | 26.03 | 0.85 | 0.44 |
| Hex | CE | 63 | 11 | 0 | 34 | 5C | 13 | 1A | 55 | 2C |
| Octal | 316 | 143 | 21 | 0 | 64 | 134 | 23 | 32 | 125 | 54 |
| Binary | 11001110 | 1100011 | 10001 | 0 | 110100 | 1011100 | 10011 | 11010 | 1010101 | 101100 |
Color Harmonies of #CE6311
Complementary color
Monochromatic Colors of #CE6311
Black with #CE6311
Text Example
Text Example
White with #CE6311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6311; }
p { color: rgb(206,99,17); }
H1.HeaderClassName
{
color: #CE6311;
}
.AnyTagClassName
{
color: #CE6311;
}
</style>
background-color css
<style>
a { background-color: #CE6311; }
a { background-color: rgb(206,99,17); }
div.DivClassName
{
background-color: #CE6311;
}
.BgClassName
{
background-color: #CE6311;
}
</style>
border-color css
<style>
span { border-color: #CE6311; }
span { border-color: rgb(206,99,17); }
td.TdClassName
{
border-color: #CE6311;
}
.TagClassName
{
border-color: #CE6311;
}
</style>