Shades of Chocolate #CE6B14
Tints of Chocolate #CE6B14
RGB
CMYK
RGB Variations
Color information
#CE6B14 (or 0xCE6B14) is known color: Chocolate. HEX triplet: CE, 6B and 14. RGB value is (206,107,20). Sum of RGB (Red+Green+Blue) = 206+107+20=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6B14 is #3194EB. Grayscale: #7F7F7F. Windows color (decimal): -3249388 or 1338318. OLE color: 1338318.
HSL color Cylindrical-coordinate representation of color #CE6B14: hue angle of 28.06º 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 #CE6B14 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 20 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.19 |
| HSL | 28.06º | 0.82% | 0.44% | - |
| HSV(B) | 28.06º | 0.9% | 0.81% | - |
| XYZ | 30.84 | 23.69 | 3.61 | - |
| YUV | 126.68 | 67.8 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 20 | 0 | 0.48 | 0.90 | 0.19 | 28.06 | 0.82 | 0.44 |
| Hex | CE | 6B | 14 | 0 | 30 | 5A | 13 | 1C | 52 | 2C |
| Octal | 316 | 153 | 24 | 0 | 60 | 132 | 23 | 34 | 122 | 54 |
| Binary | 11001110 | 1101011 | 10100 | 0 | 110000 | 1011010 | 10011 | 11100 | 1010010 | 101100 |
Color Harmonies of #CE6B14
Complementary color
Monochromatic Colors of #CE6B14
Black with #CE6B14
Text Example
Text Example
White with #CE6B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B14; }
p { color: rgb(206,107,20); }
H1.HeaderClassName
{
color: #CE6B14;
}
.AnyTagClassName
{
color: #CE6B14;
}
</style>
background-color css
<style>
a { background-color: #CE6B14; }
a { background-color: rgb(206,107,20); }
div.DivClassName
{
background-color: #CE6B14;
}
.BgClassName
{
background-color: #CE6B14;
}
</style>
border-color css
<style>
span { border-color: #CE6B14; }
span { border-color: rgb(206,107,20); }
td.TdClassName
{
border-color: #CE6B14;
}
.TagClassName
{
border-color: #CE6B14;
}
</style>