Shades of Tenne (Tawny) #D7610B
Tints of Tenne (Tawny) #D7610B
RGB
CMYK
RGB Variations
Color information
#D7610B (or 0xD7610B) is known color: Tenne (Tawny). HEX triplet: D7, 61 and 0B. RGB value is (215,97,11). Sum of RGB (Red+Green+Blue) = 215+97+11=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D7610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7610B is #289EF4. Grayscale: #7A7A7A. Windows color (decimal): -2662133 or 745943. OLE color: 745943.
HSL color Cylindrical-coordinate representation of color #D7610B: hue angle of 25.29º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7610B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.16 |
| HSL | 25.29º | 0.9% | 0.44% | - |
| HSV(B) | 25.29º | 0.95% | 0.84% | - |
| XYZ | 32.36 | 23.02 | 3.05 | - |
| YUV | 122.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 11 | 0 | 0.55 | 0.95 | 0.16 | 25.29 | 0.9 | 0.44 |
| Hex | D7 | 61 | B | 0 | 37 | 5F | 10 | 19 | 5A | 2C |
| Octal | 327 | 141 | 13 | 0 | 67 | 137 | 20 | 31 | 132 | 54 |
| Binary | 11010111 | 1100001 | 1011 | 0 | 110111 | 1011111 | 10000 | 11001 | 1011010 | 101100 |
Color Harmonies of #D7610B
Complementary color
Monochromatic Colors of #D7610B
Black with #D7610B
Text Example
Text Example
White with #D7610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7610B; }
p { color: rgb(215,97,11); }
H1.HeaderClassName
{
color: #D7610B;
}
.AnyTagClassName
{
color: #D7610B;
}
</style>
background-color css
<style>
a { background-color: #D7610B; }
a { background-color: rgb(215,97,11); }
div.DivClassName
{
background-color: #D7610B;
}
.BgClassName
{
background-color: #D7610B;
}
</style>
border-color css
<style>
span { border-color: #D7610B; }
span { border-color: rgb(215,97,11); }
td.TdClassName
{
border-color: #D7610B;
}
.TagClassName
{
border-color: #D7610B;
}
</style>