Shades of Chocolate #CE6014
Tints of Chocolate #CE6014
RGB
CMYK
RGB Variations
Color information
#CE6014 (or 0xCE6014) is known color: Chocolate. HEX triplet: CE, 60 and 14. RGB value is (206,96,20). Sum of RGB (Red+Green+Blue) = 206+96+20=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6014 is #319FEB. Grayscale: #787878. Windows color (decimal): -3252204 or 1335502. OLE color: 1335502.
HSL color Cylindrical-coordinate representation of color #CE6014: hue angle of 24.52º 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 #CE6014 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 20 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.19 |
| HSL | 24.52º | 0.82% | 0.44% | - |
| HSV(B) | 24.52º | 0.9% | 0.81% | - |
| XYZ | 29.76 | 21.54 | 3.25 | - |
| YUV | 120.23 | 71.44 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 20 | 0 | 0.53 | 0.90 | 0.19 | 24.52 | 0.82 | 0.44 |
| Hex | CE | 60 | 14 | 0 | 35 | 5A | 13 | 19 | 52 | 2C |
| Octal | 316 | 140 | 24 | 0 | 65 | 132 | 23 | 31 | 122 | 54 |
| Binary | 11001110 | 1100000 | 10100 | 0 | 110101 | 1011010 | 10011 | 11001 | 1010010 | 101100 |
Color Harmonies of #CE6014
Complementary color
Monochromatic Colors of #CE6014
Black with #CE6014
Text Example
Text Example
White with #CE6014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6014; }
p { color: rgb(206,96,20); }
H1.HeaderClassName
{
color: #CE6014;
}
.AnyTagClassName
{
color: #CE6014;
}
</style>
background-color css
<style>
a { background-color: #CE6014; }
a { background-color: rgb(206,96,20); }
div.DivClassName
{
background-color: #CE6014;
}
.BgClassName
{
background-color: #CE6014;
}
</style>
border-color css
<style>
span { border-color: #CE6014; }
span { border-color: rgb(206,96,20); }
td.TdClassName
{
border-color: #CE6014;
}
.TagClassName
{
border-color: #CE6014;
}
</style>