Shades of Chocolate #CE6F14
Tints of Chocolate #CE6F14
RGB
CMYK
RGB Variations
Color information
#CE6F14 (or 0xCE6F14) is known color: Chocolate. HEX triplet: CE, 6F and 14. RGB value is (206,111,20). Sum of RGB (Red+Green+Blue) = 206+111+20=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6F14 is #3190EB. Grayscale: #818181. Windows color (decimal): -3248364 or 1339342. OLE color: 1339342.
HSL color Cylindrical-coordinate representation of color #CE6F14: hue angle of 29.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE6F14 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 20 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.19 |
| HSL | 29.35º | 0.82% | 0.44% | - |
| HSV(B) | 29.35º | 0.9% | 0.81% | - |
| XYZ | 31.26 | 24.54 | 3.75 | - |
| YUV | 129.03 | 66.47 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 20 | 0 | 0.46 | 0.90 | 0.19 | 29.35 | 0.82 | 0.44 |
| Hex | CE | 6F | 14 | 0 | 2E | 5A | 13 | 1D | 52 | 2C |
| Octal | 316 | 157 | 24 | 0 | 56 | 132 | 23 | 35 | 122 | 54 |
| Binary | 11001110 | 1101111 | 10100 | 0 | 101110 | 1011010 | 10011 | 11101 | 1010010 | 101100 |
Color Harmonies of #CE6F14
Complementary color
Monochromatic Colors of #CE6F14
Black with #CE6F14
Text Example
Text Example
White with #CE6F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F14; }
p { color: rgb(206,111,20); }
H1.HeaderClassName
{
color: #CE6F14;
}
.AnyTagClassName
{
color: #CE6F14;
}
</style>
background-color css
<style>
a { background-color: #CE6F14; }
a { background-color: rgb(206,111,20); }
div.DivClassName
{
background-color: #CE6F14;
}
.BgClassName
{
background-color: #CE6F14;
}
</style>
border-color css
<style>
span { border-color: #CE6F14; }
span { border-color: rgb(206,111,20); }
td.TdClassName
{
border-color: #CE6F14;
}
.TagClassName
{
border-color: #CE6F14;
}
</style>