Shades of Tenne (Tawny) #D7610A
Tints of Tenne (Tawny) #D7610A
RGB
CMYK
RGB Variations
Color information
#D7610A (or 0xD7610A) is known color: Tenne (Tawny). HEX triplet: D7, 61 and 0A. RGB value is (215,97,10). Sum of RGB (Red+Green+Blue) = 215+97+10=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D7610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7610A is #289EF5. Grayscale: #7A7A7A. Windows color (decimal): -2662134 or 680407. OLE color: 680407.
HSL color Cylindrical-coordinate representation of color #D7610A: hue angle of 25.46º degrees, saturation: 0.91, 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 #D7610A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.16 |
| HSL | 25.46º | 0.91% | 0.44% | - |
| HSV(B) | 25.46º | 0.95% | 0.84% | - |
| XYZ | 32.35 | 23.02 | 3.02 | - |
| YUV | 122.36 | 64.59 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 10 | 0 | 0.55 | 0.95 | 0.16 | 25.46 | 0.91 | 0.44 |
| Hex | D7 | 61 | A | 0 | 37 | 5F | 10 | 19 | 5B | 2C |
| Octal | 327 | 141 | 12 | 0 | 67 | 137 | 20 | 31 | 133 | 54 |
| Binary | 11010111 | 1100001 | 1010 | 0 | 110111 | 1011111 | 10000 | 11001 | 1011011 | 101100 |
Color Harmonies of #D7610A
Complementary color
Monochromatic Colors of #D7610A
Black with #D7610A
Text Example
Text Example
White with #D7610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7610A; }
p { color: rgb(215,97,10); }
H1.HeaderClassName
{
color: #D7610A;
}
.AnyTagClassName
{
color: #D7610A;
}
</style>
background-color css
<style>
a { background-color: #D7610A; }
a { background-color: rgb(215,97,10); }
div.DivClassName
{
background-color: #D7610A;
}
.BgClassName
{
background-color: #D7610A;
}
</style>
border-color css
<style>
span { border-color: #D7610A; }
span { border-color: rgb(215,97,10); }
td.TdClassName
{
border-color: #D7610A;
}
.TagClassName
{
border-color: #D7610A;
}
</style>