Shades of Tenne (Tawny) #D6640A
Tints of Tenne (Tawny) #D6640A
RGB
CMYK
RGB Variations
Color information
#D6640A (or 0xD6640A) is known color: Tenne (Tawny). HEX triplet: D6, 64 and 0A. RGB value is (214,100,10). Sum of RGB (Red+Green+Blue) = 214+100+10=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6640A is #299BF5. Grayscale: #7C7C7C. Windows color (decimal): -2726902 or 681174. OLE color: 681174.
HSL color Cylindrical-coordinate representation of color #D6640A: hue angle of 26.47º 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 #D6640A is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 10 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.16 |
| HSL | 26.47º | 0.91% | 0.44% | - |
| HSV(B) | 26.47º | 0.95% | 0.84% | - |
| XYZ | 32.34 | 23.43 | 3.11 | - |
| YUV | 123.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 10 | 0 | 0.53 | 0.95 | 0.16 | 26.47 | 0.91 | 0.44 |
| Hex | D6 | 64 | A | 0 | 35 | 5F | 10 | 1A | 5B | 2C |
| Octal | 326 | 144 | 12 | 0 | 65 | 137 | 20 | 32 | 133 | 54 |
| Binary | 11010110 | 1100100 | 1010 | 0 | 110101 | 1011111 | 10000 | 11010 | 1011011 | 101100 |
Color Harmonies of #D6640A
Complementary color
Monochromatic Colors of #D6640A
Black with #D6640A
Text Example
Text Example
White with #D6640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6640A; }
p { color: rgb(214,100,10); }
H1.HeaderClassName
{
color: #D6640A;
}
.AnyTagClassName
{
color: #D6640A;
}
</style>
background-color css
<style>
a { background-color: #D6640A; }
a { background-color: rgb(214,100,10); }
div.DivClassName
{
background-color: #D6640A;
}
.BgClassName
{
background-color: #D6640A;
}
</style>
border-color css
<style>
span { border-color: #D6640A; }
span { border-color: rgb(214,100,10); }
td.TdClassName
{
border-color: #D6640A;
}
.TagClassName
{
border-color: #D6640A;
}
</style>