Shades of Tenne (Tawny) #D16206
Tints of Tenne (Tawny) #D16206
RGB
CMYK
RGB Variations
Color information
#D16206 (or 0xD16206) is known color: Tenne (Tawny). HEX triplet: D1, 62 and 06. RGB value is (209,98,6). Sum of RGB (Red+Green+Blue) = 209+98+6=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D16206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16206 is #2E9DF9. Grayscale: #797979. Windows color (decimal): -3055098 or 418513. OLE color: 418513.
HSL color Cylindrical-coordinate representation of color #D16206: hue angle of 27.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D16206 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 6 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.18 |
| HSL | 27.19º | 0.94% | 0.42% | - |
| HSV(B) | 27.19º | 0.97% | 0.82% | - |
| XYZ | 30.7 | 22.3 | 2.86 | - |
| YUV | 120.7 | 63.27 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 6 | 0 | 0.53 | 0.97 | 0.18 | 27.19 | 0.94 | 0.42 |
| Hex | D1 | 62 | 6 | 0 | 35 | 61 | 12 | 1B | 5E | 2A |
| Octal | 321 | 142 | 6 | 0 | 65 | 141 | 22 | 33 | 136 | 52 |
| Binary | 11010001 | 1100010 | 110 | 0 | 110101 | 1100001 | 10010 | 11011 | 1011110 | 101010 |
Color Harmonies of #D16206
Complementary color
Monochromatic Colors of #D16206
Black with #D16206
Text Example
Text Example
White with #D16206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16206; }
p { color: rgb(209,98,6); }
H1.HeaderClassName
{
color: #D16206;
}
.AnyTagClassName
{
color: #D16206;
}
</style>
background-color css
<style>
a { background-color: #D16206; }
a { background-color: rgb(209,98,6); }
div.DivClassName
{
background-color: #D16206;
}
.BgClassName
{
background-color: #D16206;
}
</style>
border-color css
<style>
span { border-color: #D16206; }
span { border-color: rgb(209,98,6); }
td.TdClassName
{
border-color: #D16206;
}
.TagClassName
{
border-color: #D16206;
}
</style>