Shades of Tallow #9F9874
Tints of Tallow #9F9874
RGB
CMYK
RGB Variations
Color information
#9F9874 (or 0x9F9874) is known color: Tallow. HEX triplet: 9F, 98 and 74. RGB value is (159,152,116). Sum of RGB (Red+Green+Blue) = 159+152+116=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9874 is #60678B. Grayscale: #969696. Windows color (decimal): -6317964 or 7641247. OLE color: 7641247.
HSL color Cylindrical-coordinate representation of color #9F9874: hue angle of 50.23º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F9874 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 116 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.38 |
| HSL | 50.23º | 0.18% | 0.54% | - |
| HSV(B) | 50.23º | 0.27% | 0.62% | - |
| XYZ | 28.68 | 31.09 | 21.01 | - |
| YUV | 149.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 116 | 0 | 0.04 | 0.27 | 0.38 | 50.23 | 0.18 | 0.54 |
| Hex | 9F | 98 | 74 | 0 | 4 | 1B | 26 | 32 | 12 | 36 |
| Octal | 237 | 230 | 164 | 0 | 4 | 33 | 46 | 62 | 22 | 66 |
| Binary | 10011111 | 10011000 | 1110100 | 0 | 100 | 11011 | 100110 | 110010 | 10010 | 110110 |
Color Harmonies of #9F9874
Complementary color
Monochromatic Colors of #9F9874
Black with #9F9874
Text Example
Text Example
White with #9F9874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9874; }
p { color: rgb(159,152,116); }
H1.HeaderClassName
{
color: #9F9874;
}
.AnyTagClassName
{
color: #9F9874;
}
</style>
background-color css
<style>
a { background-color: #9F9874; }
a { background-color: rgb(159,152,116); }
div.DivClassName
{
background-color: #9F9874;
}
.BgClassName
{
background-color: #9F9874;
}
</style>
border-color css
<style>
span { border-color: #9F9874; }
span { border-color: rgb(159,152,116); }
td.TdClassName
{
border-color: #9F9874;
}
.TagClassName
{
border-color: #9F9874;
}
</style>