Shades of Tallow #9E9378
Tints of Tallow #9E9378
RGB
CMYK
RGB Variations
Color information
#9E9378 (or 0x9E9378) is known color: Tallow. HEX triplet: 9E, 93 and 78. RGB value is (158,147,120). Sum of RGB (Red+Green+Blue) = 158+147+120=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9378 is #616C87. Grayscale: #939393. Windows color (decimal): -6384776 or 7902110. OLE color: 7902110.
HSL color Cylindrical-coordinate representation of color #9E9378: hue angle of 42.63º 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 #9E9378 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 120 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.38 |
| HSL | 42.63º | 0.16% | 0.55% | - |
| HSV(B) | 42.63º | 0.24% | 0.62% | - |
| XYZ | 27.92 | 29.49 | 21.99 | - |
| YUV | 147.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 120 | 0 | 0.07 | 0.24 | 0.38 | 42.63 | 0.16 | 0.55 |
| Hex | 9E | 93 | 78 | 0 | 7 | 18 | 26 | 2B | 10 | 37 |
| Octal | 236 | 223 | 170 | 0 | 7 | 30 | 46 | 53 | 20 | 67 |
| Binary | 10011110 | 10010011 | 1111000 | 0 | 111 | 11000 | 100110 | 101011 | 10000 | 110111 |
Color Harmonies of #9E9378
Complementary color
Monochromatic Colors of #9E9378
Black with #9E9378
Text Example
Text Example
White with #9E9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9378; }
p { color: rgb(158,147,120); }
H1.HeaderClassName
{
color: #9E9378;
}
.AnyTagClassName
{
color: #9E9378;
}
</style>
background-color css
<style>
a { background-color: #9E9378; }
a { background-color: rgb(158,147,120); }
div.DivClassName
{
background-color: #9E9378;
}
.BgClassName
{
background-color: #9E9378;
}
</style>
border-color css
<style>
span { border-color: #9E9378; }
span { border-color: rgb(158,147,120); }
td.TdClassName
{
border-color: #9E9378;
}
.TagClassName
{
border-color: #9E9378;
}
</style>