Shades of Chocolate #D6660E
Tints of Chocolate #D6660E
RGB
CMYK
RGB Variations
Color information
#D6660E (or 0xD6660E) is known color: Chocolate. HEX triplet: D6, 66 and 0E. RGB value is (214,102,14). Sum of RGB (Red+Green+Blue) = 214+102+14=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6660E is #2999F1. Grayscale: #7D7D7D. Windows color (decimal): -2726386 or 943830. OLE color: 943830.
HSL color Cylindrical-coordinate representation of color #D6660E: hue angle of 26.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6660E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 14 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.16 |
| HSL | 26.4º | 0.88% | 0.45% | - |
| HSV(B) | 26.4º | 0.93% | 0.84% | - |
| XYZ | 32.56 | 23.83 | 3.3 | - |
| YUV | 125.46 | 65.11 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 14 | 0 | 0.52 | 0.93 | 0.16 | 26.4 | 0.88 | 0.45 |
| Hex | D6 | 66 | E | 0 | 34 | 5D | 10 | 1A | 58 | 2D |
| Octal | 326 | 146 | 16 | 0 | 64 | 135 | 20 | 32 | 130 | 55 |
| Binary | 11010110 | 1100110 | 1110 | 0 | 110100 | 1011101 | 10000 | 11010 | 1011000 | 101101 |
Color Harmonies of #D6660E
Complementary color
Monochromatic Colors of #D6660E
Black with #D6660E
Text Example
Text Example
White with #D6660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6660E; }
p { color: rgb(214,102,14); }
H1.HeaderClassName
{
color: #D6660E;
}
.AnyTagClassName
{
color: #D6660E;
}
</style>
background-color css
<style>
a { background-color: #D6660E; }
a { background-color: rgb(214,102,14); }
div.DivClassName
{
background-color: #D6660E;
}
.BgClassName
{
background-color: #D6660E;
}
</style>
border-color css
<style>
span { border-color: #D6660E; }
span { border-color: rgb(214,102,14); }
td.TdClassName
{
border-color: #D6660E;
}
.TagClassName
{
border-color: #D6660E;
}
</style>