Shades of Chocolate #CE6615
Tints of Chocolate #CE6615
RGB
CMYK
RGB Variations
Color information
#CE6615 (or 0xCE6615) is known color: Chocolate. HEX triplet: CE, 66 and 15. RGB value is (206,102,21). Sum of RGB (Red+Green+Blue) = 206+102+21=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6615 is #3199EA. Grayscale: #7C7C7C. Windows color (decimal): -3250667 or 1402574. OLE color: 1402574.
HSL color Cylindrical-coordinate representation of color #CE6615: hue angle of 26.27º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE6615 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 21 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.19 |
| HSL | 26.27º | 0.81% | 0.45% | - |
| HSV(B) | 26.27º | 0.9% | 0.81% | - |
| XYZ | 30.34 | 22.68 | 3.49 | - |
| YUV | 123.86 | 69.96 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 21 | 0 | 0.50 | 0.90 | 0.19 | 26.27 | 0.81 | 0.45 |
| Hex | CE | 66 | 15 | 0 | 32 | 5A | 13 | 1A | 51 | 2D |
| Octal | 316 | 146 | 25 | 0 | 62 | 132 | 23 | 32 | 121 | 55 |
| Binary | 11001110 | 1100110 | 10101 | 0 | 110010 | 1011010 | 10011 | 11010 | 1010001 | 101101 |
Color Harmonies of #CE6615
Complementary color
Monochromatic Colors of #CE6615
Black with #CE6615
Text Example
Text Example
White with #CE6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6615; }
p { color: rgb(206,102,21); }
H1.HeaderClassName
{
color: #CE6615;
}
.AnyTagClassName
{
color: #CE6615;
}
</style>
background-color css
<style>
a { background-color: #CE6615; }
a { background-color: rgb(206,102,21); }
div.DivClassName
{
background-color: #CE6615;
}
.BgClassName
{
background-color: #CE6615;
}
</style>
border-color css
<style>
span { border-color: #CE6615; }
span { border-color: rgb(206,102,21); }
td.TdClassName
{
border-color: #CE6615;
}
.TagClassName
{
border-color: #CE6615;
}
</style>