Shades of Tenne (Tawny) #D6490B
Tints of Tenne (Tawny) #D6490B
RGB
CMYK
RGB Variations
Color information
#D6490B (or 0xD6490B) is known color: Tenne (Tawny). HEX triplet: D6, 49 and 0B. RGB value is (214,73,11). Sum of RGB (Red+Green+Blue) = 214+73+11=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D6490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6490B is #29B6F4. Grayscale: #6C6C6C. Windows color (decimal): -2733813 or 739798. OLE color: 739798.
HSL color Cylindrical-coordinate representation of color #D6490B: hue angle of 18.33º 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 #D6490B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.16 |
| HSL | 18.33º | 0.9% | 0.44% | - |
| HSV(B) | 18.33º | 0.95% | 0.84% | - |
| XYZ | 30.17 | 19.09 | 2.41 | - |
| YUV | 108.09 | 73.21 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 11 | 0 | 0.66 | 0.95 | 0.16 | 18.33 | 0.9 | 0.44 |
| Hex | D6 | 49 | B | 0 | 42 | 5F | 10 | 12 | 5A | 2C |
| Octal | 326 | 111 | 13 | 0 | 102 | 137 | 20 | 22 | 132 | 54 |
| Binary | 11010110 | 1001001 | 1011 | 0 | 1000010 | 1011111 | 10000 | 10010 | 1011010 | 101100 |
Color Harmonies of #D6490B
Complementary color
Monochromatic Colors of #D6490B
Black with #D6490B
Text Example
Text Example
White with #D6490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6490B; }
p { color: rgb(214,73,11); }
H1.HeaderClassName
{
color: #D6490B;
}
.AnyTagClassName
{
color: #D6490B;
}
</style>
background-color css
<style>
a { background-color: #D6490B; }
a { background-color: rgb(214,73,11); }
div.DivClassName
{
background-color: #D6490B;
}
.BgClassName
{
background-color: #D6490B;
}
</style>
border-color css
<style>
span { border-color: #D6490B; }
span { border-color: rgb(214,73,11); }
td.TdClassName
{
border-color: #D6490B;
}
.TagClassName
{
border-color: #D6490B;
}
</style>