Shades of Tenne (Tawny) #D76206
Tints of Tenne (Tawny) #D76206
RGB
CMYK
RGB Variations
Color information
#D76206 (or 0xD76206) is known color: Tenne (Tawny). HEX triplet: D7, 62 and 06. RGB value is (215,98,6). Sum of RGB (Red+Green+Blue) = 215+98+6=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D76206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76206 is #289DF9. Grayscale: #7A7A7A. Windows color (decimal): -2661882 or 418519. OLE color: 418519.
HSL color Cylindrical-coordinate representation of color #D76206: hue angle of 26.41º 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 #D76206 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 6 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.16 |
| HSL | 26.41º | 0.95% | 0.43% | - |
| HSV(B) | 26.41º | 0.97% | 0.84% | - |
| XYZ | 32.42 | 23.2 | 2.94 | - |
| YUV | 122.5 | 62.26 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 6 | 0 | 0.54 | 0.97 | 0.16 | 26.41 | 0.95 | 0.43 |
| Hex | D7 | 62 | 6 | 0 | 36 | 61 | 10 | 1A | 5F | 2B |
| Octal | 327 | 142 | 6 | 0 | 66 | 141 | 20 | 32 | 137 | 53 |
| Binary | 11010111 | 1100010 | 110 | 0 | 110110 | 1100001 | 10000 | 11010 | 1011111 | 101011 |
Color Harmonies of #D76206
Complementary color
Monochromatic Colors of #D76206
Black with #D76206
Text Example
Text Example
White with #D76206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76206; }
p { color: rgb(215,98,6); }
H1.HeaderClassName
{
color: #D76206;
}
.AnyTagClassName
{
color: #D76206;
}
</style>
background-color css
<style>
a { background-color: #D76206; }
a { background-color: rgb(215,98,6); }
div.DivClassName
{
background-color: #D76206;
}
.BgClassName
{
background-color: #D76206;
}
</style>
border-color css
<style>
span { border-color: #D76206; }
span { border-color: rgb(215,98,6); }
td.TdClassName
{
border-color: #D76206;
}
.TagClassName
{
border-color: #D76206;
}
</style>