Shades of Tallow #9D9479
Tints of Tallow #9D9479
RGB
CMYK
RGB Variations
Color information
#9D9479 (or 0x9D9479) is known color: Tallow. HEX triplet: 9D, 94 and 79. RGB value is (157,148,121). Sum of RGB (Red+Green+Blue) = 157+148+121=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9479 is #626B86. Grayscale: #939393. Windows color (decimal): -6450055 or 7967901. OLE color: 7967901.
HSL color Cylindrical-coordinate representation of color #9D9479: hue angle of 45º 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 #9D9479 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 148 | 121 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.38 |
| HSL | 45º | 0.16% | 0.55% | - |
| HSV(B) | 45º | 0.23% | 0.62% | - |
| XYZ | 27.95 | 29.73 | 22.35 | - |
| YUV | 147.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 121 | 0 | 0.06 | 0.23 | 0.38 | 45 | 0.16 | 0.55 |
| Hex | 9D | 94 | 79 | 0 | 6 | 17 | 26 | 2D | 10 | 37 |
| Octal | 235 | 224 | 171 | 0 | 6 | 27 | 46 | 55 | 20 | 67 |
| Binary | 10011101 | 10010100 | 1111001 | 0 | 110 | 10111 | 100110 | 101101 | 10000 | 110111 |
Color Harmonies of #9D9479
Complementary color
Monochromatic Colors of #9D9479
Black with #9D9479
Text Example
Text Example
White with #9D9479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9479; }
p { color: rgb(157,148,121); }
H1.HeaderClassName
{
color: #9D9479;
}
.AnyTagClassName
{
color: #9D9479;
}
</style>
background-color css
<style>
a { background-color: #9D9479; }
a { background-color: rgb(157,148,121); }
div.DivClassName
{
background-color: #9D9479;
}
.BgClassName
{
background-color: #9D9479;
}
</style>
border-color css
<style>
span { border-color: #9D9479; }
span { border-color: rgb(157,148,121); }
td.TdClassName
{
border-color: #9D9479;
}
.TagClassName
{
border-color: #9D9479;
}
</style>