Shades of Chocolate #CE6013
Tints of Chocolate #CE6013
RGB
CMYK
RGB Variations
Color information
#CE6013 (or 0xCE6013) is known color: Chocolate. HEX triplet: CE, 60 and 13. RGB value is (206,96,19). Sum of RGB (Red+Green+Blue) = 206+96+19=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6013 is #319FEC. Grayscale: #787878. Windows color (decimal): -3252205 or 1269966. OLE color: 1269966.
HSL color Cylindrical-coordinate representation of color #CE6013: hue angle of 24.71º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE6013 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 19 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.19 |
| HSL | 24.71º | 0.83% | 0.44% | - |
| HSV(B) | 24.71º | 0.91% | 0.81% | - |
| XYZ | 29.75 | 21.53 | 3.2 | - |
| YUV | 120.11 | 70.94 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 19 | 0 | 0.53 | 0.91 | 0.19 | 24.71 | 0.83 | 0.44 |
| Hex | CE | 60 | 13 | 0 | 35 | 5B | 13 | 19 | 53 | 2C |
| Octal | 316 | 140 | 23 | 0 | 65 | 133 | 23 | 31 | 123 | 54 |
| Binary | 11001110 | 1100000 | 10011 | 0 | 110101 | 1011011 | 10011 | 11001 | 1010011 | 101100 |
Color Harmonies of #CE6013
Complementary color
Monochromatic Colors of #CE6013
Black with #CE6013
Text Example
Text Example
White with #CE6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6013; }
p { color: rgb(206,96,19); }
H1.HeaderClassName
{
color: #CE6013;
}
.AnyTagClassName
{
color: #CE6013;
}
</style>
background-color css
<style>
a { background-color: #CE6013; }
a { background-color: rgb(206,96,19); }
div.DivClassName
{
background-color: #CE6013;
}
.BgClassName
{
background-color: #CE6013;
}
</style>
border-color css
<style>
span { border-color: #CE6013; }
span { border-color: rgb(206,96,19); }
td.TdClassName
{
border-color: #CE6013;
}
.TagClassName
{
border-color: #CE6013;
}
</style>