Shades of Chocolate #CE6718
Tints of Chocolate #CE6718
RGB
CMYK
RGB Variations
Color information
#CE6718 (or 0xCE6718) is known color: Chocolate. HEX triplet: CE, 67 and 18. RGB value is (206,103,24). Sum of RGB (Red+Green+Blue) = 206+103+24=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6718 is #3198E7. Grayscale: #7D7D7D. Windows color (decimal): -3250408 or 1599438. OLE color: 1599438.
HSL color Cylindrical-coordinate representation of color #CE6718: hue angle of 26.04º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE6718 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 24 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.19 |
| HSL | 26.04º | 0.79% | 0.45% | - |
| HSV(B) | 26.04º | 0.88% | 0.81% | - |
| XYZ | 30.47 | 22.89 | 3.68 | - |
| YUV | 124.79 | 71.12 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 24 | 0 | 0.50 | 0.88 | 0.19 | 26.04 | 0.79 | 0.45 |
| Hex | CE | 67 | 18 | 0 | 32 | 58 | 13 | 1A | 4F | 2D |
| Octal | 316 | 147 | 30 | 0 | 62 | 130 | 23 | 32 | 117 | 55 |
| Binary | 11001110 | 1100111 | 11000 | 0 | 110010 | 1011000 | 10011 | 11010 | 1001111 | 101101 |
Color Harmonies of #CE6718
Complementary color
Monochromatic Colors of #CE6718
Black with #CE6718
Text Example
Text Example
White with #CE6718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6718; }
p { color: rgb(206,103,24); }
H1.HeaderClassName
{
color: #CE6718;
}
.AnyTagClassName
{
color: #CE6718;
}
</style>
background-color css
<style>
a { background-color: #CE6718; }
a { background-color: rgb(206,103,24); }
div.DivClassName
{
background-color: #CE6718;
}
.BgClassName
{
background-color: #CE6718;
}
</style>
border-color css
<style>
span { border-color: #CE6718; }
span { border-color: rgb(206,103,24); }
td.TdClassName
{
border-color: #CE6718;
}
.TagClassName
{
border-color: #CE6718;
}
</style>