Shades of Tallow #9E9478
Tints of Tallow #9E9478
RGB
CMYK
RGB Variations
Color information
#9E9478 (or 0x9E9478) is known color: Tallow. HEX triplet: 9E, 94 and 78. RGB value is (158,148,120). Sum of RGB (Red+Green+Blue) = 158+148+120=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9478 is #616B87. Grayscale: #939393. Windows color (decimal): -6384520 or 7902366. OLE color: 7902366.
HSL color Cylindrical-coordinate representation of color #9E9478: hue angle of 44.21º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E9478 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 148 | 120 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.38 |
| HSL | 44.21º | 0.16% | 0.55% | - |
| HSV(B) | 44.21º | 0.24% | 0.62% | - |
| XYZ | 28.08 | 29.8 | 22.04 | - |
| YUV | 147.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 120 | 0 | 0.06 | 0.24 | 0.38 | 44.21 | 0.16 | 0.55 |
| Hex | 9E | 94 | 78 | 0 | 6 | 18 | 26 | 2C | 10 | 37 |
| Octal | 236 | 224 | 170 | 0 | 6 | 30 | 46 | 54 | 20 | 67 |
| Binary | 10011110 | 10010100 | 1111000 | 0 | 110 | 11000 | 100110 | 101100 | 10000 | 110111 |
Color Harmonies of #9E9478
Complementary color
Monochromatic Colors of #9E9478
Black with #9E9478
Text Example
Text Example
White with #9E9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9478; }
p { color: rgb(158,148,120); }
H1.HeaderClassName
{
color: #9E9478;
}
.AnyTagClassName
{
color: #9E9478;
}
</style>
background-color css
<style>
a { background-color: #9E9478; }
a { background-color: rgb(158,148,120); }
div.DivClassName
{
background-color: #9E9478;
}
.BgClassName
{
background-color: #9E9478;
}
</style>
border-color css
<style>
span { border-color: #9E9478; }
span { border-color: rgb(158,148,120); }
td.TdClassName
{
border-color: #9E9478;
}
.TagClassName
{
border-color: #9E9478;
}
</style>