Shades of Tallow #9F967A
Tints of Tallow #9F967A
RGB
CMYK
RGB Variations
Color information
#9F967A (or 0x9F967A) is known color: Tallow. HEX triplet: 9F, 96 and 7A. RGB value is (159,150,122). Sum of RGB (Red+Green+Blue) = 159+150+122=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F967A is #606985. Grayscale: #959595. Windows color (decimal): -6318470 or 8033951. OLE color: 8033951.
HSL color Cylindrical-coordinate representation of color #9F967A: hue angle of 45.41º 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 #9F967A is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 122 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.38 |
| HSL | 45.41º | 0.16% | 0.55% | - |
| HSV(B) | 45.41º | 0.23% | 0.62% | - |
| XYZ | 28.72 | 30.59 | 22.8 | - |
| YUV | 149.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 122 | 0 | 0.06 | 0.23 | 0.38 | 45.41 | 0.16 | 0.55 |
| Hex | 9F | 96 | 7A | 0 | 6 | 17 | 26 | 2D | 10 | 37 |
| Octal | 237 | 226 | 172 | 0 | 6 | 27 | 46 | 55 | 20 | 67 |
| Binary | 10011111 | 10010110 | 1111010 | 0 | 110 | 10111 | 100110 | 101101 | 10000 | 110111 |
Color Harmonies of #9F967A
Complementary color
Monochromatic Colors of #9F967A
Black with #9F967A
Text Example
Text Example
White with #9F967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F967A; }
p { color: rgb(159,150,122); }
H1.HeaderClassName
{
color: #9F967A;
}
.AnyTagClassName
{
color: #9F967A;
}
</style>
background-color css
<style>
a { background-color: #9F967A; }
a { background-color: rgb(159,150,122); }
div.DivClassName
{
background-color: #9F967A;
}
.BgClassName
{
background-color: #9F967A;
}
</style>
border-color css
<style>
span { border-color: #9F967A; }
span { border-color: rgb(159,150,122); }
td.TdClassName
{
border-color: #9F967A;
}
.TagClassName
{
border-color: #9F967A;
}
</style>