Shades of Tallow #9F9474
Tints of Tallow #9F9474
RGB
CMYK
RGB Variations
Color information
#9F9474 (or 0x9F9474) is known color: Tallow. HEX triplet: 9F, 94 and 74. RGB value is (159,148,116). Sum of RGB (Red+Green+Blue) = 159+148+116=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9474 is #606B8B. Grayscale: #939393. Windows color (decimal): -6318988 or 7640223. OLE color: 7640223.
HSL color Cylindrical-coordinate representation of color #9F9474: hue angle of 44.65º 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 #9F9474 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 116 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.38 |
| HSL | 44.65º | 0.18% | 0.54% | - |
| HSV(B) | 44.65º | 0.27% | 0.62% | - |
| XYZ | 28.04 | 29.81 | 20.8 | - |
| YUV | 147.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 116 | 0 | 0.07 | 0.27 | 0.38 | 44.65 | 0.18 | 0.54 |
| Hex | 9F | 94 | 74 | 0 | 7 | 1B | 26 | 2D | 12 | 36 |
| Octal | 237 | 224 | 164 | 0 | 7 | 33 | 46 | 55 | 22 | 66 |
| Binary | 10011111 | 10010100 | 1110100 | 0 | 111 | 11011 | 100110 | 101101 | 10010 | 110110 |
Color Harmonies of #9F9474
Complementary color
Monochromatic Colors of #9F9474
Black with #9F9474
Text Example
Text Example
White with #9F9474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9474; }
p { color: rgb(159,148,116); }
H1.HeaderClassName
{
color: #9F9474;
}
.AnyTagClassName
{
color: #9F9474;
}
</style>
background-color css
<style>
a { background-color: #9F9474; }
a { background-color: rgb(159,148,116); }
div.DivClassName
{
background-color: #9F9474;
}
.BgClassName
{
background-color: #9F9474;
}
</style>
border-color css
<style>
span { border-color: #9F9474; }
span { border-color: rgb(159,148,116); }
td.TdClassName
{
border-color: #9F9474;
}
.TagClassName
{
border-color: #9F9474;
}
</style>