Shades of Tenne (Tawny) #D6460B
Tints of Tenne (Tawny) #D6460B
RGB
CMYK
RGB Variations
Color information
#D6460B (or 0xD6460B) is known color: Tenne (Tawny). HEX triplet: D6, 46 and 0B. RGB value is (214,70,11). Sum of RGB (Red+Green+Blue) = 214+70+11=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6460B is #29B9F4. Grayscale: #6A6A6A. Windows color (decimal): -2734581 or 739030. OLE color: 739030.
HSL color Cylindrical-coordinate representation of color #D6460B: hue angle of 17.44º 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 #D6460B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.16 |
| HSL | 17.44º | 0.9% | 0.44% | - |
| HSV(B) | 17.44º | 0.95% | 0.84% | - |
| XYZ | 29.98 | 18.7 | 2.35 | - |
| YUV | 106.33 | 74.21 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 11 | 0 | 0.67 | 0.95 | 0.16 | 17.44 | 0.9 | 0.44 |
| Hex | D6 | 46 | B | 0 | 43 | 5F | 10 | 11 | 5A | 2C |
| Octal | 326 | 106 | 13 | 0 | 103 | 137 | 20 | 21 | 132 | 54 |
| Binary | 11010110 | 1000110 | 1011 | 0 | 1000011 | 1011111 | 10000 | 10001 | 1011010 | 101100 |
Color Harmonies of #D6460B
Complementary color
Monochromatic Colors of #D6460B
Black with #D6460B
Text Example
Text Example
White with #D6460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6460B; }
p { color: rgb(214,70,11); }
H1.HeaderClassName
{
color: #D6460B;
}
.AnyTagClassName
{
color: #D6460B;
}
</style>
background-color css
<style>
a { background-color: #D6460B; }
a { background-color: rgb(214,70,11); }
div.DivClassName
{
background-color: #D6460B;
}
.BgClassName
{
background-color: #D6460B;
}
</style>
border-color css
<style>
span { border-color: #D6460B; }
span { border-color: rgb(214,70,11); }
td.TdClassName
{
border-color: #D6460B;
}
.TagClassName
{
border-color: #D6460B;
}
</style>