Shades of Chocolate #CE6D17
Tints of Chocolate #CE6D17
RGB
CMYK
RGB Variations
Color information
#CE6D17 (or 0xCE6D17) is known color: Chocolate. HEX triplet: CE, 6D and 17. RGB value is (206,109,23). Sum of RGB (Red+Green+Blue) = 206+109+23=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6D17 is #3192E8. Grayscale: #808080. Windows color (decimal): -3248873 or 1535438. OLE color: 1535438.
HSL color Cylindrical-coordinate representation of color #CE6D17: hue angle of 28.2º degrees, saturation: 0.8, 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 #CE6D17 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 23 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.19 |
| HSL | 28.2º | 0.8% | 0.45% | - |
| HSV(B) | 28.2º | 0.89% | 0.81% | - |
| XYZ | 31.08 | 24.12 | 3.83 | - |
| YUV | 128.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 23 | 0 | 0.47 | 0.89 | 0.19 | 28.2 | 0.8 | 0.45 |
| Hex | CE | 6D | 17 | 0 | 2F | 59 | 13 | 1C | 50 | 2D |
| Octal | 316 | 155 | 27 | 0 | 57 | 131 | 23 | 34 | 120 | 55 |
| Binary | 11001110 | 1101101 | 10111 | 0 | 101111 | 1011001 | 10011 | 11100 | 1010000 | 101101 |
Color Harmonies of #CE6D17
Complementary color
Monochromatic Colors of #CE6D17
Black with #CE6D17
Text Example
Text Example
White with #CE6D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D17; }
p { color: rgb(206,109,23); }
H1.HeaderClassName
{
color: #CE6D17;
}
.AnyTagClassName
{
color: #CE6D17;
}
</style>
background-color css
<style>
a { background-color: #CE6D17; }
a { background-color: rgb(206,109,23); }
div.DivClassName
{
background-color: #CE6D17;
}
.BgClassName
{
background-color: #CE6D17;
}
</style>
border-color css
<style>
span { border-color: #CE6D17; }
span { border-color: rgb(206,109,23); }
td.TdClassName
{
border-color: #CE6D17;
}
.TagClassName
{
border-color: #CE6D17;
}
</style>