Shades of Tenne (Tawny) #D6540C
Tints of Tenne (Tawny) #D6540C
RGB
CMYK
RGB Variations
Color information
#D6540C (or 0xD6540C) is known color: Tenne (Tawny). HEX triplet: D6, 54 and 0C. RGB value is (214,84,12). Sum of RGB (Red+Green+Blue) = 214+84+12=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6540C is #29ABF3. Grayscale: #737373. Windows color (decimal): -2730996 or 808150. OLE color: 808150.
HSL color Cylindrical-coordinate representation of color #D6540C: hue angle of 21.39º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6540C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 12 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.16 |
| HSL | 21.39º | 0.89% | 0.44% | - |
| HSV(B) | 21.39º | 0.94% | 0.84% | - |
| XYZ | 30.97 | 20.66 | 2.7 | - |
| YUV | 114.66 | 70.07 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 12 | 0 | 0.61 | 0.94 | 0.16 | 21.39 | 0.89 | 0.44 |
| Hex | D6 | 54 | C | 0 | 3D | 5E | 10 | 15 | 59 | 2C |
| Octal | 326 | 124 | 14 | 0 | 75 | 136 | 20 | 25 | 131 | 54 |
| Binary | 11010110 | 1010100 | 1100 | 0 | 111101 | 1011110 | 10000 | 10101 | 1011001 | 101100 |
Color Harmonies of #D6540C
Complementary color
Monochromatic Colors of #D6540C
Black with #D6540C
Text Example
Text Example
White with #D6540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6540C; }
p { color: rgb(214,84,12); }
H1.HeaderClassName
{
color: #D6540C;
}
.AnyTagClassName
{
color: #D6540C;
}
</style>
background-color css
<style>
a { background-color: #D6540C; }
a { background-color: rgb(214,84,12); }
div.DivClassName
{
background-color: #D6540C;
}
.BgClassName
{
background-color: #D6540C;
}
</style>
border-color css
<style>
span { border-color: #D6540C; }
span { border-color: rgb(214,84,12); }
td.TdClassName
{
border-color: #D6540C;
}
.TagClassName
{
border-color: #D6540C;
}
</style>