Shades of Tallow #9E957A
Tints of Tallow #9E957A
RGB
CMYK
RGB Variations
Color information
#9E957A (or 0x9E957A) is known color: Tallow. HEX triplet: 9E, 95 and 7A. RGB value is (158,149,122). Sum of RGB (Red+Green+Blue) = 158+149+122=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 158 - color contains mainly: red. Hex color #9E957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E957A is #616A85. Grayscale: #949494. Windows color (decimal): -6384262 or 8033694. OLE color: 8033694.
HSL color Cylindrical-coordinate representation of color #9E957A: hue angle of 45º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E957A is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 122 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.38 |
| HSL | 45º | 0.16% | 0.55% | - |
| HSV(B) | 45º | 0.23% | 0.62% | - |
| XYZ | 28.36 | 30.17 | 22.74 | - |
| YUV | 148.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 122 | 0 | 0.06 | 0.23 | 0.38 | 45 | 0.16 | 0.55 |
| Hex | 9E | 95 | 7A | 0 | 6 | 17 | 26 | 2D | 10 | 37 |
| Octal | 236 | 225 | 172 | 0 | 6 | 27 | 46 | 55 | 20 | 67 |
| Binary | 10011110 | 10010101 | 1111010 | 0 | 110 | 10111 | 100110 | 101101 | 10000 | 110111 |
Color Harmonies of #9E957A
Complementary color
Monochromatic Colors of #9E957A
Black with #9E957A
Text Example
Text Example
White with #9E957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E957A; }
p { color: rgb(158,149,122); }
H1.HeaderClassName
{
color: #9E957A;
}
.AnyTagClassName
{
color: #9E957A;
}
</style>
background-color css
<style>
a { background-color: #9E957A; }
a { background-color: rgb(158,149,122); }
div.DivClassName
{
background-color: #9E957A;
}
.BgClassName
{
background-color: #9E957A;
}
</style>
border-color css
<style>
span { border-color: #9E957A; }
span { border-color: rgb(158,149,122); }
td.TdClassName
{
border-color: #9E957A;
}
.TagClassName
{
border-color: #9E957A;
}
</style>