Shades of Tallow #9D957A
Tints of Tallow #9D957A
RGB
CMYK
RGB Variations
Color information
#9D957A (or 0x9D957A) is known color: Tallow. HEX triplet: 9D, 95 and 7A. RGB value is (157,149,122). Sum of RGB (Red+Green+Blue) = 157+149+122=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D957A is #626A85. Grayscale: #949494. Windows color (decimal): -6449798 or 8033693. OLE color: 8033693.
HSL color Cylindrical-coordinate representation of color #9D957A: hue angle of 46.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D957A is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 122 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.38 |
| HSL | 46.29º | 0.15% | 0.55% | - |
| HSV(B) | 46.29º | 0.22% | 0.62% | - |
| XYZ | 28.16 | 30.07 | 22.73 | - |
| YUV | 148.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 122 | 0 | 0.05 | 0.22 | 0.38 | 46.29 | 0.15 | 0.55 |
| Hex | 9D | 95 | 7A | 0 | 5 | 16 | 26 | 2E | F | 37 |
| Octal | 235 | 225 | 172 | 0 | 5 | 26 | 46 | 56 | 17 | 67 |
| Binary | 10011101 | 10010101 | 1111010 | 0 | 101 | 10110 | 100110 | 101110 | 1111 | 110111 |
Color Harmonies of #9D957A
Complementary color
Monochromatic Colors of #9D957A
Black with #9D957A
Text Example
Text Example
White with #9D957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D957A; }
p { color: rgb(157,149,122); }
H1.HeaderClassName
{
color: #9D957A;
}
.AnyTagClassName
{
color: #9D957A;
}
</style>
background-color css
<style>
a { background-color: #9D957A; }
a { background-color: rgb(157,149,122); }
div.DivClassName
{
background-color: #9D957A;
}
.BgClassName
{
background-color: #9D957A;
}
</style>
border-color css
<style>
span { border-color: #9D957A; }
span { border-color: rgb(157,149,122); }
td.TdClassName
{
border-color: #9D957A;
}
.TagClassName
{
border-color: #9D957A;
}
</style>