Shades of Chocolate #CE6E1E
Tints of Chocolate #CE6E1E
RGB
CMYK
RGB Variations
Color information
#CE6E1E (or 0xCE6E1E) is known color: Chocolate. HEX triplet: CE, 6E and 1E. RGB value is (206,110,30). Sum of RGB (Red+Green+Blue) = 206+110+30=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E1E is #3191E1. Grayscale: #828282. Windows color (decimal): -3248610 or 1994446. OLE color: 1994446.
HSL color Cylindrical-coordinate representation of color #CE6E1E: hue angle of 27.27º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE6E1E is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 30 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.19 |
| HSL | 27.27º | 0.75% | 0.46% | - |
| HSV(B) | 27.27º | 0.85% | 0.81% | - |
| XYZ | 31.26 | 24.37 | 4.28 | - |
| YUV | 129.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 30 | 0 | 0.47 | 0.85 | 0.19 | 27.27 | 0.75 | 0.46 |
| Hex | CE | 6E | 1E | 0 | 2F | 55 | 13 | 1B | 4B | 2E |
| Octal | 316 | 156 | 36 | 0 | 57 | 125 | 23 | 33 | 113 | 56 |
| Binary | 11001110 | 1101110 | 11110 | 0 | 101111 | 1010101 | 10011 | 11011 | 1001011 | 101110 |
Color Harmonies of #CE6E1E
Complementary color
Monochromatic Colors of #CE6E1E
Black with #CE6E1E
Text Example
Text Example
White with #CE6E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E1E; }
p { color: rgb(206,110,30); }
H1.HeaderClassName
{
color: #CE6E1E;
}
.AnyTagClassName
{
color: #CE6E1E;
}
</style>
background-color css
<style>
a { background-color: #CE6E1E; }
a { background-color: rgb(206,110,30); }
div.DivClassName
{
background-color: #CE6E1E;
}
.BgClassName
{
background-color: #CE6E1E;
}
</style>
border-color css
<style>
span { border-color: #CE6E1E; }
span { border-color: rgb(206,110,30); }
td.TdClassName
{
border-color: #CE6E1E;
}
.TagClassName
{
border-color: #CE6E1E;
}
</style>