Shades of Tenne (Tawny) #D6500A
Tints of Tenne (Tawny) #D6500A
RGB
CMYK
RGB Variations
Color information
#D6500A (or 0xD6500A) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 0A. RGB value is (214,80,10). Sum of RGB (Red+Green+Blue) = 214+80+10=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D6500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6500A is #29AFF5. Grayscale: #707070. Windows color (decimal): -2732022 or 676054. OLE color: 676054.
HSL color Cylindrical-coordinate representation of color #D6500A: hue angle of 20.59º 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 #D6500A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.16 |
| HSL | 20.59º | 0.91% | 0.44% | - |
| HSV(B) | 20.59º | 0.95% | 0.84% | - |
| XYZ | 30.66 | 20.06 | 2.54 | - |
| YUV | 112.09 | 70.39 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 10 | 0 | 0.63 | 0.95 | 0.16 | 20.59 | 0.91 | 0.44 |
| Hex | D6 | 50 | A | 0 | 3F | 5F | 10 | 15 | 5B | 2C |
| Octal | 326 | 120 | 12 | 0 | 77 | 137 | 20 | 25 | 133 | 54 |
| Binary | 11010110 | 1010000 | 1010 | 0 | 111111 | 1011111 | 10000 | 10101 | 1011011 | 101100 |
Color Harmonies of #D6500A
Complementary color
Monochromatic Colors of #D6500A
Black with #D6500A
Text Example
Text Example
White with #D6500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6500A; }
p { color: rgb(214,80,10); }
H1.HeaderClassName
{
color: #D6500A;
}
.AnyTagClassName
{
color: #D6500A;
}
</style>
background-color css
<style>
a { background-color: #D6500A; }
a { background-color: rgb(214,80,10); }
div.DivClassName
{
background-color: #D6500A;
}
.BgClassName
{
background-color: #D6500A;
}
</style>
border-color css
<style>
span { border-color: #D6500A; }
span { border-color: rgb(214,80,10); }
td.TdClassName
{
border-color: #D6500A;
}
.TagClassName
{
border-color: #D6500A;
}
</style>