Shades of Tenne (Tawny) #D6500B
Tints of Tenne (Tawny) #D6500B
RGB
CMYK
RGB Variations
Color information
#D6500B (or 0xD6500B) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 0B. RGB value is (214,80,11). Sum of RGB (Red+Green+Blue) = 214+80+11=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D6500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6500B is #29AFF4. Grayscale: #707070. Windows color (decimal): -2732021 or 741590. OLE color: 741590.
HSL color Cylindrical-coordinate representation of color #D6500B: hue angle of 20.39º 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 #D6500B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.16 |
| HSL | 20.39º | 0.9% | 0.44% | - |
| HSV(B) | 20.39º | 0.95% | 0.84% | - |
| XYZ | 30.66 | 20.06 | 2.57 | - |
| YUV | 112.2 | 70.89 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 11 | 0 | 0.63 | 0.95 | 0.16 | 20.39 | 0.9 | 0.44 |
| Hex | D6 | 50 | B | 0 | 3F | 5F | 10 | 14 | 5A | 2C |
| Octal | 326 | 120 | 13 | 0 | 77 | 137 | 20 | 24 | 132 | 54 |
| Binary | 11010110 | 1010000 | 1011 | 0 | 111111 | 1011111 | 10000 | 10100 | 1011010 | 101100 |
Color Harmonies of #D6500B
Complementary color
Monochromatic Colors of #D6500B
Black with #D6500B
Text Example
Text Example
White with #D6500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6500B; }
p { color: rgb(214,80,11); }
H1.HeaderClassName
{
color: #D6500B;
}
.AnyTagClassName
{
color: #D6500B;
}
</style>
background-color css
<style>
a { background-color: #D6500B; }
a { background-color: rgb(214,80,11); }
div.DivClassName
{
background-color: #D6500B;
}
.BgClassName
{
background-color: #D6500B;
}
</style>
border-color css
<style>
span { border-color: #D6500B; }
span { border-color: rgb(214,80,11); }
td.TdClassName
{
border-color: #D6500B;
}
.TagClassName
{
border-color: #D6500B;
}
</style>