Shades of Tenne (Tawny) #D06105
Tints of Tenne (Tawny) #D06105
RGB
CMYK
RGB Variations
Color information
#D06105 (or 0xD06105) is known color: Tenne (Tawny). HEX triplet: D0, 61 and 05. RGB value is (208,97,5). Sum of RGB (Red+Green+Blue) = 208+97+5=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D06105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06105 is #2F9EFA. Grayscale: #787878. Windows color (decimal): -3120891 or 352720. OLE color: 352720.
HSL color Cylindrical-coordinate representation of color #D06105: hue angle of 27.19º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D06105 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.18 |
| HSL | 27.19º | 0.95% | 0.42% | - |
| HSV(B) | 27.19º | 0.98% | 0.82% | - |
| XYZ | 30.31 | 21.97 | 2.79 | - |
| YUV | 119.7 | 63.27 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 5 | 0 | 0.53 | 0.98 | 0.18 | 27.19 | 0.95 | 0.42 |
| Hex | D0 | 61 | 5 | 0 | 35 | 62 | 12 | 1B | 5F | 2A |
| Octal | 320 | 141 | 5 | 0 | 65 | 142 | 22 | 33 | 137 | 52 |
| Binary | 11010000 | 1100001 | 101 | 0 | 110101 | 1100010 | 10010 | 11011 | 1011111 | 101010 |
Color Harmonies of #D06105
Complementary color
Monochromatic Colors of #D06105
Black with #D06105
Text Example
Text Example
White with #D06105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06105; }
p { color: rgb(208,97,5); }
H1.HeaderClassName
{
color: #D06105;
}
.AnyTagClassName
{
color: #D06105;
}
</style>
background-color css
<style>
a { background-color: #D06105; }
a { background-color: rgb(208,97,5); }
div.DivClassName
{
background-color: #D06105;
}
.BgClassName
{
background-color: #D06105;
}
</style>
border-color css
<style>
span { border-color: #D06105; }
span { border-color: rgb(208,97,5); }
td.TdClassName
{
border-color: #D06105;
}
.TagClassName
{
border-color: #D06105;
}
</style>