Shades of Tallow #9D9679
Tints of Tallow #9D9679
RGB
CMYK
RGB Variations
Color information
#9D9679 (or 0x9D9679) is known color: Tallow. HEX triplet: 9D, 96 and 79. RGB value is (157,150,121). Sum of RGB (Red+Green+Blue) = 157+150+121=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9679 is #626986. Grayscale: #949494. Windows color (decimal): -6449543 or 7968413. OLE color: 7968413.
HSL color Cylindrical-coordinate representation of color #9D9679: hue angle of 48.33º 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 #9D9679 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 121 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.38 |
| HSL | 48.33º | 0.16% | 0.55% | - |
| HSV(B) | 48.33º | 0.23% | 0.62% | - |
| XYZ | 28.26 | 30.36 | 22.46 | - |
| YUV | 148.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 121 | 0 | 0.04 | 0.23 | 0.38 | 48.33 | 0.16 | 0.55 |
| Hex | 9D | 96 | 79 | 0 | 4 | 17 | 26 | 30 | 10 | 37 |
| Octal | 235 | 226 | 171 | 0 | 4 | 27 | 46 | 60 | 20 | 67 |
| Binary | 10011101 | 10010110 | 1111001 | 0 | 100 | 10111 | 100110 | 110000 | 10000 | 110111 |
Color Harmonies of #9D9679
Complementary color
Monochromatic Colors of #9D9679
Black with #9D9679
Text Example
Text Example
White with #9D9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9679; }
p { color: rgb(157,150,121); }
H1.HeaderClassName
{
color: #9D9679;
}
.AnyTagClassName
{
color: #9D9679;
}
</style>
background-color css
<style>
a { background-color: #9D9679; }
a { background-color: rgb(157,150,121); }
div.DivClassName
{
background-color: #9D9679;
}
.BgClassName
{
background-color: #9D9679;
}
</style>
border-color css
<style>
span { border-color: #9D9679; }
span { border-color: rgb(157,150,121); }
td.TdClassName
{
border-color: #9D9679;
}
.TagClassName
{
border-color: #9D9679;
}
</style>