Shades of Tallow #9E947A
Tints of Tallow #9E947A
RGB
CMYK
RGB Variations
Color information
#9E947A (or 0x9E947A) is known color: Tallow. HEX triplet: 9E, 94 and 7A. RGB value is (158,148,122). Sum of RGB (Red+Green+Blue) = 158+148+122=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 158 - color contains mainly: red. Hex color #9E947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E947A is #616B85. Grayscale: #949494. Windows color (decimal): -6384518 or 8033438. OLE color: 8033438.
HSL color Cylindrical-coordinate representation of color #9E947A: hue angle of 43.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 #9E947A is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
RGB | 158 | 148 | 122 | - |
CMYK | 0 | 0.06 | 0.23 | 0.38 |
HSL | 43.33º | 0.16% | 0.55% | - |
HSV(B) | 43.33º | 0.23% | 0.62% | - |
XYZ | 28.2 | 29.85 | 22.69 | - |
YUV | 148.03 | 113.31 | 135.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 148 | 122 | 0 | 0.06 | 0.23 | 0.38 | 43.33 | 0.16 | 0.55 |
Hex | 9E | 94 | 7A | 0 | 6 | 17 | 26 | 2B | 10 | 37 |
Octal | 236 | 224 | 172 | 0 | 6 | 27 | 46 | 53 | 20 | 67 |
Binary | 10011110 | 10010100 | 1111010 | 0 | 110 | 10111 | 100110 | 101011 | 10000 | 110111 |
Color Harmonies of #9E947A
Complementary color
Monochromatic Colors of #9E947A
Black with #9E947A
Text Example
Text Example
White with #9E947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E947A; }
p { color: rgb(158,148,122); }
H1.HeaderClassName
{
color: #9E947A;
}
.AnyTagClassName
{
color: #9E947A;
}
</style>
background-color css
<style>
a { background-color: #9E947A; }
a { background-color: rgb(158,148,122); }
div.DivClassName
{
background-color: #9E947A;
}
.BgClassName
{
background-color: #9E947A;
}
</style>
border-color css
<style>
span { border-color: #9E947A; }
span { border-color: rgb(158,148,122); }
td.TdClassName
{
border-color: #9E947A;
}
.TagClassName
{
border-color: #9E947A;
}
</style>