Shades of Tenne (Tawny) #D6550A
Tints of Tenne (Tawny) #D6550A
RGB
CMYK
RGB Variations
Color information
#D6550A (or 0xD6550A) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 0A. RGB value is (214,85,10). Sum of RGB (Red+Green+Blue) = 214+85+10=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6550A is #29AAF5. Grayscale: #737373. Windows color (decimal): -2730742 or 677334. OLE color: 677334.
HSL color Cylindrical-coordinate representation of color #D6550A: hue angle of 22.06º 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 #D6550A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 10 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.16 |
| HSL | 22.06º | 0.91% | 0.44% | - |
| HSV(B) | 22.06º | 0.95% | 0.84% | - |
| XYZ | 31.03 | 20.82 | 2.67 | - |
| YUV | 115.02 | 68.74 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 10 | 0 | 0.60 | 0.95 | 0.16 | 22.06 | 0.91 | 0.44 |
| Hex | D6 | 55 | A | 0 | 3C | 5F | 10 | 16 | 5B | 2C |
| Octal | 326 | 125 | 12 | 0 | 74 | 137 | 20 | 26 | 133 | 54 |
| Binary | 11010110 | 1010101 | 1010 | 0 | 111100 | 1011111 | 10000 | 10110 | 1011011 | 101100 |
Color Harmonies of #D6550A
Complementary color
Monochromatic Colors of #D6550A
Black with #D6550A
Text Example
Text Example
White with #D6550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6550A; }
p { color: rgb(214,85,10); }
H1.HeaderClassName
{
color: #D6550A;
}
.AnyTagClassName
{
color: #D6550A;
}
</style>
background-color css
<style>
a { background-color: #D6550A; }
a { background-color: rgb(214,85,10); }
div.DivClassName
{
background-color: #D6550A;
}
.BgClassName
{
background-color: #D6550A;
}
</style>
border-color css
<style>
span { border-color: #D6550A; }
span { border-color: rgb(214,85,10); }
td.TdClassName
{
border-color: #D6550A;
}
.TagClassName
{
border-color: #D6550A;
}
</style>