Shades of Chocolate #CE6C13
Tints of Chocolate #CE6C13
RGB
CMYK
RGB Variations
Color information
#CE6C13 (or 0xCE6C13) is known color: Chocolate. HEX triplet: CE, 6C and 13. RGB value is (206,108,19). Sum of RGB (Red+Green+Blue) = 206+108+19=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6C13 is #3193EC. Grayscale: #7F7F7F. Windows color (decimal): -3249133 or 1273038. OLE color: 1273038.
HSL color Cylindrical-coordinate representation of color #CE6C13: hue angle of 28.56º 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 #CE6C13 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 19 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.19 |
| HSL | 28.56º | 0.83% | 0.44% | - |
| HSV(B) | 28.56º | 0.91% | 0.81% | - |
| XYZ | 30.93 | 23.89 | 3.6 | - |
| YUV | 127.16 | 66.97 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 19 | 0 | 0.48 | 0.91 | 0.19 | 28.56 | 0.83 | 0.44 |
| Hex | CE | 6C | 13 | 0 | 30 | 5B | 13 | 1D | 53 | 2C |
| Octal | 316 | 154 | 23 | 0 | 60 | 133 | 23 | 35 | 123 | 54 |
| Binary | 11001110 | 1101100 | 10011 | 0 | 110000 | 1011011 | 10011 | 11101 | 1010011 | 101100 |
Color Harmonies of #CE6C13
Complementary color
Monochromatic Colors of #CE6C13
Black with #CE6C13
Text Example
Text Example
White with #CE6C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C13; }
p { color: rgb(206,108,19); }
H1.HeaderClassName
{
color: #CE6C13;
}
.AnyTagClassName
{
color: #CE6C13;
}
</style>
background-color css
<style>
a { background-color: #CE6C13; }
a { background-color: rgb(206,108,19); }
div.DivClassName
{
background-color: #CE6C13;
}
.BgClassName
{
background-color: #CE6C13;
}
</style>
border-color css
<style>
span { border-color: #CE6C13; }
span { border-color: rgb(206,108,19); }
td.TdClassName
{
border-color: #CE6C13;
}
.TagClassName
{
border-color: #CE6C13;
}
</style>