Shades of Dark Tan #976E4E
Tints of Dark Tan #976E4E
RGB
CMYK
RGB Variations
Color information
#976E4E (or 0x976E4E) is known color: Dark Tan. HEX triplet: 97, 6E and 4E. RGB value is (151,110,78). Sum of RGB (Red+Green+Blue) = 151+110+78=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #976E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E4E is #6891B1. Grayscale: #767676. Windows color (decimal): -6853042 or 5140119. OLE color: 5140119.
HSL color Cylindrical-coordinate representation of color #976E4E: hue angle of 26.3º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #976E4E is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 78 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.41 |
| HSL | 26.3º | 0.32% | 0.45% | - |
| HSV(B) | 26.3º | 0.48% | 0.59% | - |
| XYZ | 19.71 | 18.28 | 9.7 | - |
| YUV | 118.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 78 | 0 | 0.27 | 0.48 | 0.41 | 26.3 | 0.32 | 0.45 |
| Hex | 97 | 6E | 4E | 0 | 1B | 30 | 29 | 1A | 20 | 2D |
| Octal | 227 | 156 | 116 | 0 | 33 | 60 | 51 | 32 | 40 | 55 |
| Binary | 10010111 | 1101110 | 1001110 | 0 | 11011 | 110000 | 101001 | 11010 | 100000 | 101101 |
Color Harmonies of #976E4E
Complementary color
Monochromatic Colors of #976E4E
Black with #976E4E
Text Example
Text Example
White with #976E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E4E; }
p { color: rgb(151,110,78); }
H1.HeaderClassName
{
color: #976E4E;
}
.AnyTagClassName
{
color: #976E4E;
}
</style>
background-color css
<style>
a { background-color: #976E4E; }
a { background-color: rgb(151,110,78); }
div.DivClassName
{
background-color: #976E4E;
}
.BgClassName
{
background-color: #976E4E;
}
</style>
border-color css
<style>
span { border-color: #976E4E; }
span { border-color: rgb(151,110,78); }
td.TdClassName
{
border-color: #976E4E;
}
.TagClassName
{
border-color: #976E4E;
}
</style>