Shades of Chocolate #D76A10
Tints of Chocolate #D76A10
RGB
CMYK
RGB Variations
Color information
#D76A10 (or 0xD76A10) is known color: Chocolate. HEX triplet: D7, 6A and 10. RGB value is (215,106,16). Sum of RGB (Red+Green+Blue) = 215+106+16=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76A10 is #2895EF. Grayscale: #808080. Windows color (decimal): -2659824 or 1075927. OLE color: 1075927.
HSL color Cylindrical-coordinate representation of color #D76A10: hue angle of 27.14º degrees, saturation: 0.86, 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 #D76A10 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.16 |
| HSL | 27.14º | 0.86% | 0.45% | - |
| HSV(B) | 27.14º | 0.93% | 0.84% | - |
| XYZ | 33.27 | 24.79 | 3.52 | - |
| YUV | 128.33 | 64.61 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 16 | 0 | 0.51 | 0.93 | 0.16 | 27.14 | 0.86 | 0.45 |
| Hex | D7 | 6A | 10 | 0 | 33 | 5D | 10 | 1B | 56 | 2D |
| Octal | 327 | 152 | 20 | 0 | 63 | 135 | 20 | 33 | 126 | 55 |
| Binary | 11010111 | 1101010 | 10000 | 0 | 110011 | 1011101 | 10000 | 11011 | 1010110 | 101101 |
Color Harmonies of #D76A10
Complementary color
Monochromatic Colors of #D76A10
Black with #D76A10
Text Example
Text Example
White with #D76A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A10; }
p { color: rgb(215,106,16); }
H1.HeaderClassName
{
color: #D76A10;
}
.AnyTagClassName
{
color: #D76A10;
}
</style>
background-color css
<style>
a { background-color: #D76A10; }
a { background-color: rgb(215,106,16); }
div.DivClassName
{
background-color: #D76A10;
}
.BgClassName
{
background-color: #D76A10;
}
</style>
border-color css
<style>
span { border-color: #D76A10; }
span { border-color: rgb(215,106,16); }
td.TdClassName
{
border-color: #D76A10;
}
.TagClassName
{
border-color: #D76A10;
}
</style>