Shades of Tallow #9E9376
Tints of Tallow #9E9376
RGB
CMYK
RGB Variations
Color information
#9E9376 (or 0x9E9376) is known color: Tallow. HEX triplet: 9E, 93 and 76. RGB value is (158,147,118). Sum of RGB (Red+Green+Blue) = 158+147+118=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9376 is #616C89. Grayscale: #939393. Windows color (decimal): -6384778 or 7771038. OLE color: 7771038.
HSL color Cylindrical-coordinate representation of color #9E9376: hue angle of 43.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E9376 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 118 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.38 |
| HSL | 43.5º | 0.17% | 0.54% | - |
| HSV(B) | 43.5º | 0.25% | 0.62% | - |
| XYZ | 27.8 | 29.44 | 21.36 | - |
| YUV | 146.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 118 | 0 | 0.07 | 0.25 | 0.38 | 43.5 | 0.17 | 0.54 |
| Hex | 9E | 93 | 76 | 0 | 7 | 19 | 26 | 2C | 11 | 36 |
| Octal | 236 | 223 | 166 | 0 | 7 | 31 | 46 | 54 | 21 | 66 |
| Binary | 10011110 | 10010011 | 1110110 | 0 | 111 | 11001 | 100110 | 101100 | 10001 | 110110 |
Color Harmonies of #9E9376
Complementary color
Monochromatic Colors of #9E9376
Black with #9E9376
Text Example
Text Example
White with #9E9376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9376; }
p { color: rgb(158,147,118); }
H1.HeaderClassName
{
color: #9E9376;
}
.AnyTagClassName
{
color: #9E9376;
}
</style>
background-color css
<style>
a { background-color: #9E9376; }
a { background-color: rgb(158,147,118); }
div.DivClassName
{
background-color: #9E9376;
}
.BgClassName
{
background-color: #9E9376;
}
</style>
border-color css
<style>
span { border-color: #9E9376; }
span { border-color: rgb(158,147,118); }
td.TdClassName
{
border-color: #9E9376;
}
.TagClassName
{
border-color: #9E9376;
}
</style>