Shades of Tenne (Tawny) #D86105
Tints of Tenne (Tawny) #D86105
RGB
CMYK
RGB Variations
Color information
#D86105 (or 0xD86105) is known color: Tenne (Tawny). HEX triplet: D8, 61 and 05. RGB value is (216,97,5). Sum of RGB (Red+Green+Blue) = 216+97+5=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D86105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86105 is #279EFA. Grayscale: #7A7A7A. Windows color (decimal): -2596603 or 352728. OLE color: 352728.
HSL color Cylindrical-coordinate representation of color #D86105: hue angle of 26.16º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D86105 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.15 |
| HSL | 26.16º | 0.95% | 0.43% | - |
| HSV(B) | 26.16º | 0.98% | 0.85% | - |
| XYZ | 32.62 | 23.16 | 2.89 | - |
| YUV | 122.09 | 61.92 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 5 | 0 | 0.55 | 0.98 | 0.15 | 26.16 | 0.95 | 0.43 |
| Hex | D8 | 61 | 5 | 0 | 37 | 62 | F | 1A | 5F | 2B |
| Octal | 330 | 141 | 5 | 0 | 67 | 142 | 17 | 32 | 137 | 53 |
| Binary | 11011000 | 1100001 | 101 | 0 | 110111 | 1100010 | 1111 | 11010 | 1011111 | 101011 |
Color Harmonies of #D86105
Complementary color
Monochromatic Colors of #D86105
Black with #D86105
Text Example
Text Example
White with #D86105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86105; }
p { color: rgb(216,97,5); }
H1.HeaderClassName
{
color: #D86105;
}
.AnyTagClassName
{
color: #D86105;
}
</style>
background-color css
<style>
a { background-color: #D86105; }
a { background-color: rgb(216,97,5); }
div.DivClassName
{
background-color: #D86105;
}
.BgClassName
{
background-color: #D86105;
}
</style>
border-color css
<style>
span { border-color: #D86105; }
span { border-color: rgb(216,97,5); }
td.TdClassName
{
border-color: #D86105;
}
.TagClassName
{
border-color: #D86105;
}
</style>