Shades of Chocolate #D96610
Tints of Chocolate #D96610
RGB
CMYK
RGB Variations
Color information
#D96610 (or 0xD96610) is known color: Chocolate. HEX triplet: D9, 66 and 10. RGB value is (217,102,16). Sum of RGB (Red+Green+Blue) = 217+102+16=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D96610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96610 is #2699EF. Grayscale: #7F7F7F. Windows color (decimal): -2529776 or 1074905. OLE color: 1074905.
HSL color Cylindrical-coordinate representation of color #D96610: hue angle of 25.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D96610 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.15 |
| HSL | 25.67º | 0.86% | 0.46% | - |
| HSV(B) | 25.67º | 0.93% | 0.85% | - |
| XYZ | 33.46 | 24.29 | 3.42 | - |
| YUV | 126.58 | 65.6 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 16 | 0 | 0.53 | 0.93 | 0.15 | 25.67 | 0.86 | 0.46 |
| Hex | D9 | 66 | 10 | 0 | 35 | 5D | F | 1A | 56 | 2E |
| Octal | 331 | 146 | 20 | 0 | 65 | 135 | 17 | 32 | 126 | 56 |
| Binary | 11011001 | 1100110 | 10000 | 0 | 110101 | 1011101 | 1111 | 11010 | 1010110 | 101110 |
Color Harmonies of #D96610
Complementary color
Monochromatic Colors of #D96610
Black with #D96610
Text Example
Text Example
White with #D96610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96610; }
p { color: rgb(217,102,16); }
H1.HeaderClassName
{
color: #D96610;
}
.AnyTagClassName
{
color: #D96610;
}
</style>
background-color css
<style>
a { background-color: #D96610; }
a { background-color: rgb(217,102,16); }
div.DivClassName
{
background-color: #D96610;
}
.BgClassName
{
background-color: #D96610;
}
</style>
border-color css
<style>
span { border-color: #D96610; }
span { border-color: rgb(217,102,16); }
td.TdClassName
{
border-color: #D96610;
}
.TagClassName
{
border-color: #D96610;
}
</style>