Shades of Chocolate #CE6D1E
Tints of Chocolate #CE6D1E
RGB
CMYK
RGB Variations
Color information
#CE6D1E (or 0xCE6D1E) is known color: Chocolate. HEX triplet: CE, 6D and 1E. RGB value is (206,109,30). Sum of RGB (Red+Green+Blue) = 206+109+30=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D1E is #3192E1. Grayscale: #818181. Windows color (decimal): -3248866 or 1994190. OLE color: 1994190.
HSL color Cylindrical-coordinate representation of color #CE6D1E: hue angle of 26.93º 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 #CE6D1E is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 30 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.19 |
| HSL | 26.93º | 0.75% | 0.46% | - |
| HSV(B) | 26.93º | 0.85% | 0.81% | - |
| XYZ | 31.16 | 24.15 | 4.25 | - |
| YUV | 129 | 72.14 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 30 | 0 | 0.47 | 0.85 | 0.19 | 26.93 | 0.75 | 0.46 |
| Hex | CE | 6D | 1E | 0 | 2F | 55 | 13 | 1B | 4B | 2E |
| Octal | 316 | 155 | 36 | 0 | 57 | 125 | 23 | 33 | 113 | 56 |
| Binary | 11001110 | 1101101 | 11110 | 0 | 101111 | 1010101 | 10011 | 11011 | 1001011 | 101110 |
Color Harmonies of #CE6D1E
Complementary color
Monochromatic Colors of #CE6D1E
Black with #CE6D1E
Text Example
Text Example
White with #CE6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D1E; }
p { color: rgb(206,109,30); }
H1.HeaderClassName
{
color: #CE6D1E;
}
.AnyTagClassName
{
color: #CE6D1E;
}
</style>
background-color css
<style>
a { background-color: #CE6D1E; }
a { background-color: rgb(206,109,30); }
div.DivClassName
{
background-color: #CE6D1E;
}
.BgClassName
{
background-color: #CE6D1E;
}
</style>
border-color css
<style>
span { border-color: #CE6D1E; }
span { border-color: rgb(206,109,30); }
td.TdClassName
{
border-color: #CE6D1E;
}
.TagClassName
{
border-color: #CE6D1E;
}
</style>