Shades of Tenne (Tawny) #D85706
Tints of Tenne (Tawny) #D85706
RGB
CMYK
RGB Variations
Color information
#D85706 (or 0xD85706) is known color: Tenne (Tawny). HEX triplet: D8, 57 and 06. RGB value is (216,87,6). Sum of RGB (Red+Green+Blue) = 216+87+6=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D85706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85706 is #27A8F9. Grayscale: #747474. Windows color (decimal): -2599162 or 415704. OLE color: 415704.
HSL color Cylindrical-coordinate representation of color #D85706: hue angle of 23.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D85706 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.15 |
| HSL | 23.14º | 0.95% | 0.44% | - |
| HSV(B) | 23.14º | 0.97% | 0.85% | - |
| XYZ | 31.76 | 21.43 | 2.63 | - |
| YUV | 116.34 | 65.74 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 6 | 0 | 0.60 | 0.97 | 0.15 | 23.14 | 0.95 | 0.44 |
| Hex | D8 | 57 | 6 | 0 | 3C | 61 | F | 17 | 5F | 2C |
| Octal | 330 | 127 | 6 | 0 | 74 | 141 | 17 | 27 | 137 | 54 |
| Binary | 11011000 | 1010111 | 110 | 0 | 111100 | 1100001 | 1111 | 10111 | 1011111 | 101100 |
Color Harmonies of #D85706
Complementary color
Monochromatic Colors of #D85706
Black with #D85706
Text Example
Text Example
White with #D85706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85706; }
p { color: rgb(216,87,6); }
H1.HeaderClassName
{
color: #D85706;
}
.AnyTagClassName
{
color: #D85706;
}
</style>
background-color css
<style>
a { background-color: #D85706; }
a { background-color: rgb(216,87,6); }
div.DivClassName
{
background-color: #D85706;
}
.BgClassName
{
background-color: #D85706;
}
</style>
border-color css
<style>
span { border-color: #D85706; }
span { border-color: rgb(216,87,6); }
td.TdClassName
{
border-color: #D85706;
}
.TagClassName
{
border-color: #D85706;
}
</style>