Shades of Tenne (Tawny) #D6500C
Tints of Tenne (Tawny) #D6500C
RGB
CMYK
RGB Variations
Color information
#D6500C (or 0xD6500C) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 0C. RGB value is (214,80,12). Sum of RGB (Red+Green+Blue) = 214+80+12=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D6500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6500C is #29AFF3. Grayscale: #707070. Windows color (decimal): -2732020 or 807126. OLE color: 807126.
HSL color Cylindrical-coordinate representation of color #D6500C: hue angle of 20.2º 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 #D6500C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.16 |
| HSL | 20.2º | 0.89% | 0.44% | - |
| HSV(B) | 20.2º | 0.94% | 0.84% | - |
| XYZ | 30.67 | 20.06 | 2.6 | - |
| YUV | 112.31 | 71.39 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 12 | 0 | 0.63 | 0.94 | 0.16 | 20.2 | 0.89 | 0.44 |
| Hex | D6 | 50 | C | 0 | 3F | 5E | 10 | 14 | 59 | 2C |
| Octal | 326 | 120 | 14 | 0 | 77 | 136 | 20 | 24 | 131 | 54 |
| Binary | 11010110 | 1010000 | 1100 | 0 | 111111 | 1011110 | 10000 | 10100 | 1011001 | 101100 |
Color Harmonies of #D6500C
Complementary color
Monochromatic Colors of #D6500C
Black with #D6500C
Text Example
Text Example
White with #D6500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6500C; }
p { color: rgb(214,80,12); }
H1.HeaderClassName
{
color: #D6500C;
}
.AnyTagClassName
{
color: #D6500C;
}
</style>
background-color css
<style>
a { background-color: #D6500C; }
a { background-color: rgb(214,80,12); }
div.DivClassName
{
background-color: #D6500C;
}
.BgClassName
{
background-color: #D6500C;
}
</style>
border-color css
<style>
span { border-color: #D6500C; }
span { border-color: rgb(214,80,12); }
td.TdClassName
{
border-color: #D6500C;
}
.TagClassName
{
border-color: #D6500C;
}
</style>