Shades of Tenne (Tawny) #D6550D
Tints of Tenne (Tawny) #D6550D
RGB
CMYK
RGB Variations
Color information
#D6550D (or 0xD6550D) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 0D. RGB value is (214,85,13). Sum of RGB (Red+Green+Blue) = 214+85+13=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6550D is #29AAF2. Grayscale: #737373. Windows color (decimal): -2730739 or 873942. OLE color: 873942.
HSL color Cylindrical-coordinate representation of color #D6550D: hue angle of 21.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6550D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 13 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.16 |
| HSL | 21.49º | 0.89% | 0.45% | - |
| HSV(B) | 21.49º | 0.94% | 0.84% | - |
| XYZ | 31.05 | 20.82 | 2.76 | - |
| YUV | 115.36 | 70.24 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 13 | 0 | 0.60 | 0.94 | 0.16 | 21.49 | 0.89 | 0.45 |
| Hex | D6 | 55 | D | 0 | 3C | 5E | 10 | 15 | 59 | 2D |
| Octal | 326 | 125 | 15 | 0 | 74 | 136 | 20 | 25 | 131 | 55 |
| Binary | 11010110 | 1010101 | 1101 | 0 | 111100 | 1011110 | 10000 | 10101 | 1011001 | 101101 |
Color Harmonies of #D6550D
Complementary color
Monochromatic Colors of #D6550D
Black with #D6550D
Text Example
Text Example
White with #D6550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6550D; }
p { color: rgb(214,85,13); }
H1.HeaderClassName
{
color: #D6550D;
}
.AnyTagClassName
{
color: #D6550D;
}
</style>
background-color css
<style>
a { background-color: #D6550D; }
a { background-color: rgb(214,85,13); }
div.DivClassName
{
background-color: #D6550D;
}
.BgClassName
{
background-color: #D6550D;
}
</style>
border-color css
<style>
span { border-color: #D6550D; }
span { border-color: rgb(214,85,13); }
td.TdClassName
{
border-color: #D6550D;
}
.TagClassName
{
border-color: #D6550D;
}
</style>