Shades of Tenne (Tawny) #D56006
Tints of Tenne (Tawny) #D56006
RGB
CMYK
RGB Variations
Color information
#D56006 (or 0xD56006) is known color: Tenne (Tawny). HEX triplet: D5, 60 and 06. RGB value is (213,96,6). Sum of RGB (Red+Green+Blue) = 213+96+6=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D56006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56006 is #2A9FF9. Grayscale: #797979. Windows color (decimal): -2793466 or 418005. OLE color: 418005.
HSL color Cylindrical-coordinate representation of color #D56006: hue angle of 26.09º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D56006 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.16 |
| HSL | 26.09º | 0.95% | 0.43% | - |
| HSV(B) | 26.09º | 0.97% | 0.84% | - |
| XYZ | 31.66 | 22.53 | 2.85 | - |
| YUV | 120.72 | 63.26 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 6 | 0 | 0.55 | 0.97 | 0.16 | 26.09 | 0.95 | 0.43 |
| Hex | D5 | 60 | 6 | 0 | 37 | 61 | 10 | 1A | 5F | 2B |
| Octal | 325 | 140 | 6 | 0 | 67 | 141 | 20 | 32 | 137 | 53 |
| Binary | 11010101 | 1100000 | 110 | 0 | 110111 | 1100001 | 10000 | 11010 | 1011111 | 101011 |
Color Harmonies of #D56006
Complementary color
Monochromatic Colors of #D56006
Black with #D56006
Text Example
Text Example
White with #D56006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56006; }
p { color: rgb(213,96,6); }
H1.HeaderClassName
{
color: #D56006;
}
.AnyTagClassName
{
color: #D56006;
}
</style>
background-color css
<style>
a { background-color: #D56006; }
a { background-color: rgb(213,96,6); }
div.DivClassName
{
background-color: #D56006;
}
.BgClassName
{
background-color: #D56006;
}
</style>
border-color css
<style>
span { border-color: #D56006; }
span { border-color: rgb(213,96,6); }
td.TdClassName
{
border-color: #D56006;
}
.TagClassName
{
border-color: #D56006;
}
</style>