Shades of Tallow #9E967A
Tints of Tallow #9E967A
RGB
CMYK
RGB Variations
Color information
#9E967A (or 0x9E967A) is known color: Tallow. HEX triplet: 9E, 96 and 7A. RGB value is (158,150,122). Sum of RGB (Red+Green+Blue) = 158+150+122=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E967A is #616985. Grayscale: #959595. Windows color (decimal): -6384006 or 8033950. OLE color: 8033950.
HSL color Cylindrical-coordinate representation of color #9E967A: hue angle of 46.67º 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 #9E967A is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 122 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.38 |
| HSL | 46.67º | 0.16% | 0.55% | - |
| HSV(B) | 46.67º | 0.23% | 0.62% | - |
| XYZ | 28.52 | 30.49 | 22.79 | - |
| YUV | 149.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 122 | 0 | 0.05 | 0.23 | 0.38 | 46.67 | 0.16 | 0.55 |
| Hex | 9E | 96 | 7A | 0 | 5 | 17 | 26 | 2F | 10 | 37 |
| Octal | 236 | 226 | 172 | 0 | 5 | 27 | 46 | 57 | 20 | 67 |
| Binary | 10011110 | 10010110 | 1111010 | 0 | 101 | 10111 | 100110 | 101111 | 10000 | 110111 |
Color Harmonies of #9E967A
Complementary color
Monochromatic Colors of #9E967A
Black with #9E967A
Text Example
Text Example
White with #9E967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E967A; }
p { color: rgb(158,150,122); }
H1.HeaderClassName
{
color: #9E967A;
}
.AnyTagClassName
{
color: #9E967A;
}
</style>
background-color css
<style>
a { background-color: #9E967A; }
a { background-color: rgb(158,150,122); }
div.DivClassName
{
background-color: #9E967A;
}
.BgClassName
{
background-color: #9E967A;
}
</style>
border-color css
<style>
span { border-color: #9E967A; }
span { border-color: rgb(158,150,122); }
td.TdClassName
{
border-color: #9E967A;
}
.TagClassName
{
border-color: #9E967A;
}
</style>