Shades of Tallow #9F9477
Tints of Tallow #9F9477
RGB
CMYK
RGB Variations
Color information
#9F9477 (or 0x9F9477) is known color: Tallow. HEX triplet: 9F, 94 and 77. RGB value is (159,148,119). Sum of RGB (Red+Green+Blue) = 159+148+119=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9477 is #606B88. Grayscale: #949494. Windows color (decimal): -6318985 or 7836831. OLE color: 7836831.
HSL color Cylindrical-coordinate representation of color #9F9477: hue angle of 43.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F9477 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 119 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.38 |
| HSL | 43.5º | 0.17% | 0.55% | - |
| HSV(B) | 43.5º | 0.25% | 0.62% | - |
| XYZ | 28.22 | 29.88 | 21.73 | - |
| YUV | 147.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 119 | 0 | 0.07 | 0.25 | 0.38 | 43.5 | 0.17 | 0.55 |
| Hex | 9F | 94 | 77 | 0 | 7 | 19 | 26 | 2C | 11 | 37 |
| Octal | 237 | 224 | 167 | 0 | 7 | 31 | 46 | 54 | 21 | 67 |
| Binary | 10011111 | 10010100 | 1110111 | 0 | 111 | 11001 | 100110 | 101100 | 10001 | 110111 |
Color Harmonies of #9F9477
Complementary color
Monochromatic Colors of #9F9477
Black with #9F9477
Text Example
Text Example
White with #9F9477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9477; }
p { color: rgb(159,148,119); }
H1.HeaderClassName
{
color: #9F9477;
}
.AnyTagClassName
{
color: #9F9477;
}
</style>
background-color css
<style>
a { background-color: #9F9477; }
a { background-color: rgb(159,148,119); }
div.DivClassName
{
background-color: #9F9477;
}
.BgClassName
{
background-color: #9F9477;
}
</style>
border-color css
<style>
span { border-color: #9F9477; }
span { border-color: rgb(159,148,119); }
td.TdClassName
{
border-color: #9F9477;
}
.TagClassName
{
border-color: #9F9477;
}
</style>