Shades of Tallow #9C947A
Tints of Tallow #9C947A
RGB
CMYK
RGB Variations
Color information
#9C947A (or 0x9C947A) is known color: Tallow. HEX triplet: 9C, 94 and 7A. RGB value is (156,148,122). Sum of RGB (Red+Green+Blue) = 156+148+122=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C947A is #636B85. Grayscale: #939393. Windows color (decimal): -6515590 or 8033436. OLE color: 8033436.
HSL color Cylindrical-coordinate representation of color #9C947A: hue angle of 45.88º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C947A is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 122 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.39 |
| HSL | 45.88º | 0.15% | 0.55% | - |
| HSV(B) | 45.88º | 0.22% | 0.61% | - |
| XYZ | 27.81 | 29.65 | 22.67 | - |
| YUV | 147.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 122 | 0 | 0.05 | 0.22 | 0.39 | 45.88 | 0.15 | 0.55 |
| Hex | 9C | 94 | 7A | 0 | 5 | 16 | 27 | 2E | F | 37 |
| Octal | 234 | 224 | 172 | 0 | 5 | 26 | 47 | 56 | 17 | 67 |
| Binary | 10011100 | 10010100 | 1111010 | 0 | 101 | 10110 | 100111 | 101110 | 1111 | 110111 |
Color Harmonies of #9C947A
Complementary color
Monochromatic Colors of #9C947A
Black with #9C947A
Text Example
Text Example
White with #9C947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C947A; }
p { color: rgb(156,148,122); }
H1.HeaderClassName
{
color: #9C947A;
}
.AnyTagClassName
{
color: #9C947A;
}
</style>
background-color css
<style>
a { background-color: #9C947A; }
a { background-color: rgb(156,148,122); }
div.DivClassName
{
background-color: #9C947A;
}
.BgClassName
{
background-color: #9C947A;
}
</style>
border-color css
<style>
span { border-color: #9C947A; }
span { border-color: rgb(156,148,122); }
td.TdClassName
{
border-color: #9C947A;
}
.TagClassName
{
border-color: #9C947A;
}
</style>