Shades of Chocolate #CE6913
Tints of Chocolate #CE6913
RGB
CMYK
RGB Variations
Color information
#CE6913 (or 0xCE6913) is known color: Chocolate. HEX triplet: CE, 69 and 13. RGB value is (206,105,19). Sum of RGB (Red+Green+Blue) = 206+105+19=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6913 is #3196EC. Grayscale: #7D7D7D. Windows color (decimal): -3249901 or 1272270. OLE color: 1272270.
HSL color Cylindrical-coordinate representation of color #CE6913: hue angle of 27.59º 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 #CE6913 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 19 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.19 |
| HSL | 27.59º | 0.83% | 0.44% | - |
| HSV(B) | 27.59º | 0.91% | 0.81% | - |
| XYZ | 30.62 | 23.27 | 3.49 | - |
| YUV | 125.4 | 67.96 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 19 | 0 | 0.49 | 0.91 | 0.19 | 27.59 | 0.83 | 0.44 |
| Hex | CE | 69 | 13 | 0 | 31 | 5B | 13 | 1C | 53 | 2C |
| Octal | 316 | 151 | 23 | 0 | 61 | 133 | 23 | 34 | 123 | 54 |
| Binary | 11001110 | 1101001 | 10011 | 0 | 110001 | 1011011 | 10011 | 11100 | 1010011 | 101100 |
Color Harmonies of #CE6913
Complementary color
Monochromatic Colors of #CE6913
Black with #CE6913
Text Example
Text Example
White with #CE6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6913; }
p { color: rgb(206,105,19); }
H1.HeaderClassName
{
color: #CE6913;
}
.AnyTagClassName
{
color: #CE6913;
}
</style>
background-color css
<style>
a { background-color: #CE6913; }
a { background-color: rgb(206,105,19); }
div.DivClassName
{
background-color: #CE6913;
}
.BgClassName
{
background-color: #CE6913;
}
</style>
border-color css
<style>
span { border-color: #CE6913; }
span { border-color: rgb(206,105,19); }
td.TdClassName
{
border-color: #CE6913;
}
.TagClassName
{
border-color: #CE6913;
}
</style>