Shades of Tallow #9F9672
Tints of Tallow #9F9672
RGB
CMYK
RGB Variations
Color information
#9F9672 (or 0x9F9672) is known color: Tallow. HEX triplet: 9F, 96 and 72. RGB value is (159,150,114). Sum of RGB (Red+Green+Blue) = 159+150+114=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9672 is #60698D. Grayscale: #949494. Windows color (decimal): -6318478 or 7509663. OLE color: 7509663.
HSL color Cylindrical-coordinate representation of color #9F9672: hue angle of 48º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F9672 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 114 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.38 |
| HSL | 48º | 0.19% | 0.54% | - |
| HSV(B) | 48º | 0.28% | 0.62% | - |
| XYZ | 28.24 | 30.4 | 20.3 | - |
| YUV | 148.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 114 | 0 | 0.06 | 0.28 | 0.38 | 48 | 0.19 | 0.54 |
| Hex | 9F | 96 | 72 | 0 | 6 | 1C | 26 | 30 | 13 | 36 |
| Octal | 237 | 226 | 162 | 0 | 6 | 34 | 46 | 60 | 23 | 66 |
| Binary | 10011111 | 10010110 | 1110010 | 0 | 110 | 11100 | 100110 | 110000 | 10011 | 110110 |
Color Harmonies of #9F9672
Complementary color
Monochromatic Colors of #9F9672
Black with #9F9672
Text Example
Text Example
White with #9F9672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9672; }
p { color: rgb(159,150,114); }
H1.HeaderClassName
{
color: #9F9672;
}
.AnyTagClassName
{
color: #9F9672;
}
</style>
background-color css
<style>
a { background-color: #9F9672; }
a { background-color: rgb(159,150,114); }
div.DivClassName
{
background-color: #9F9672;
}
.BgClassName
{
background-color: #9F9672;
}
</style>
border-color css
<style>
span { border-color: #9F9672; }
span { border-color: rgb(159,150,114); }
td.TdClassName
{
border-color: #9F9672;
}
.TagClassName
{
border-color: #9F9672;
}
</style>