Shades of Chocolate #D66613
Tints of Chocolate #D66613
RGB
CMYK
RGB Variations
Color information
#D66613 (or 0xD66613) is known color: Chocolate. HEX triplet: D6, 66 and 13. RGB value is (214,102,19). Sum of RGB (Red+Green+Blue) = 214+102+19=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D66613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66613 is #2999EC. Grayscale: #7E7E7E. Windows color (decimal): -2726381 or 1271510. OLE color: 1271510.
HSL color Cylindrical-coordinate representation of color #D66613: hue angle of 25.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D66613 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 19 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.16 |
| HSL | 25.54º | 0.84% | 0.46% | - |
| HSV(B) | 25.54º | 0.91% | 0.84% | - |
| XYZ | 32.6 | 23.85 | 3.5 | - |
| YUV | 126.03 | 67.61 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 19 | 0 | 0.52 | 0.91 | 0.16 | 25.54 | 0.84 | 0.46 |
| Hex | D6 | 66 | 13 | 0 | 34 | 5B | 10 | 1A | 54 | 2E |
| Octal | 326 | 146 | 23 | 0 | 64 | 133 | 20 | 32 | 124 | 56 |
| Binary | 11010110 | 1100110 | 10011 | 0 | 110100 | 1011011 | 10000 | 11010 | 1010100 | 101110 |
Color Harmonies of #D66613
Complementary color
Monochromatic Colors of #D66613
Black with #D66613
Text Example
Text Example
White with #D66613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66613; }
p { color: rgb(214,102,19); }
H1.HeaderClassName
{
color: #D66613;
}
.AnyTagClassName
{
color: #D66613;
}
</style>
background-color css
<style>
a { background-color: #D66613; }
a { background-color: rgb(214,102,19); }
div.DivClassName
{
background-color: #D66613;
}
.BgClassName
{
background-color: #D66613;
}
</style>
border-color css
<style>
span { border-color: #D66613; }
span { border-color: rgb(214,102,19); }
td.TdClassName
{
border-color: #D66613;
}
.TagClassName
{
border-color: #D66613;
}
</style>