Shades of Tallow #9E9876
Tints of Tallow #9E9876
RGB
CMYK
RGB Variations
Color information
#9E9876 (or 0x9E9876) is known color: Tallow. HEX triplet: 9E, 98 and 76. RGB value is (158,152,118). Sum of RGB (Red+Green+Blue) = 158+152+118=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9876 is #616789. Grayscale: #969696. Windows color (decimal): -6383498 or 7772318. OLE color: 7772318.
HSL color Cylindrical-coordinate representation of color #9E9876: hue angle of 51º 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 #9E9876 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 152 | 118 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.38 |
| HSL | 51º | 0.17% | 0.54% | - |
| HSV(B) | 51º | 0.25% | 0.62% | - |
| XYZ | 28.6 | 31.03 | 21.62 | - |
| YUV | 149.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 152 | 118 | 0 | 0.04 | 0.25 | 0.38 | 51 | 0.17 | 0.54 |
| Hex | 9E | 98 | 76 | 0 | 4 | 19 | 26 | 33 | 11 | 36 |
| Octal | 236 | 230 | 166 | 0 | 4 | 31 | 46 | 63 | 21 | 66 |
| Binary | 10011110 | 10011000 | 1110110 | 0 | 100 | 11001 | 100110 | 110011 | 10001 | 110110 |
Color Harmonies of #9E9876
Complementary color
Monochromatic Colors of #9E9876
Black with #9E9876
Text Example
Text Example
White with #9E9876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9876; }
p { color: rgb(158,152,118); }
H1.HeaderClassName
{
color: #9E9876;
}
.AnyTagClassName
{
color: #9E9876;
}
</style>
background-color css
<style>
a { background-color: #9E9876; }
a { background-color: rgb(158,152,118); }
div.DivClassName
{
background-color: #9E9876;
}
.BgClassName
{
background-color: #9E9876;
}
</style>
border-color css
<style>
span { border-color: #9E9876; }
span { border-color: rgb(158,152,118); }
td.TdClassName
{
border-color: #9E9876;
}
.TagClassName
{
border-color: #9E9876;
}
</style>