Shades of Tenne (Tawny) #D7460B
Tints of Tenne (Tawny) #D7460B
RGB
CMYK
RGB Variations
Color information
#D7460B (or 0xD7460B) is known color: Tenne (Tawny). HEX triplet: D7, 46 and 0B. RGB value is (215,70,11). Sum of RGB (Red+Green+Blue) = 215+70+11=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7460B is #28B9F4. Grayscale: #6B6B6B. Windows color (decimal): -2669045 or 739031. OLE color: 739031.
HSL color Cylindrical-coordinate representation of color #D7460B: hue angle of 17.35º 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 #D7460B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.16 |
| HSL | 17.35º | 0.9% | 0.44% | - |
| HSV(B) | 17.35º | 0.95% | 0.84% | - |
| XYZ | 30.27 | 18.85 | 2.36 | - |
| YUV | 106.63 | 74.04 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 11 | 0 | 0.67 | 0.95 | 0.16 | 17.35 | 0.9 | 0.44 |
| Hex | D7 | 46 | B | 0 | 43 | 5F | 10 | 11 | 5A | 2C |
| Octal | 327 | 106 | 13 | 0 | 103 | 137 | 20 | 21 | 132 | 54 |
| Binary | 11010111 | 1000110 | 1011 | 0 | 1000011 | 1011111 | 10000 | 10001 | 1011010 | 101100 |
Color Harmonies of #D7460B
Complementary color
Monochromatic Colors of #D7460B
Black with #D7460B
Text Example
Text Example
White with #D7460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7460B; }
p { color: rgb(215,70,11); }
H1.HeaderClassName
{
color: #D7460B;
}
.AnyTagClassName
{
color: #D7460B;
}
</style>
background-color css
<style>
a { background-color: #D7460B; }
a { background-color: rgb(215,70,11); }
div.DivClassName
{
background-color: #D7460B;
}
.BgClassName
{
background-color: #D7460B;
}
</style>
border-color css
<style>
span { border-color: #D7460B; }
span { border-color: rgb(215,70,11); }
td.TdClassName
{
border-color: #D7460B;
}
.TagClassName
{
border-color: #D7460B;
}
</style>