Shades of Tallow #9C9478
Tints of Tallow #9C9478
RGB
CMYK
RGB Variations
Color information
#9C9478 (or 0x9C9478) is known color: Tallow. HEX triplet: 9C, 94 and 78. RGB value is (156,148,120). Sum of RGB (Red+Green+Blue) = 156+148+120=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9478 is #636B87. Grayscale: #939393. Windows color (decimal): -6515592 or 7902364. OLE color: 7902364.
HSL color Cylindrical-coordinate representation of color #9C9478: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C9478 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 120 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.39 |
| HSL | 46.67º | 0.15% | 0.54% | - |
| HSV(B) | 46.67º | 0.23% | 0.61% | - |
| XYZ | 27.69 | 29.6 | 22.02 | - |
| YUV | 147.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 120 | 0 | 0.05 | 0.23 | 0.39 | 46.67 | 0.15 | 0.54 |
| Hex | 9C | 94 | 78 | 0 | 5 | 17 | 27 | 2F | F | 36 |
| Octal | 234 | 224 | 170 | 0 | 5 | 27 | 47 | 57 | 17 | 66 |
| Binary | 10011100 | 10010100 | 1111000 | 0 | 101 | 10111 | 100111 | 101111 | 1111 | 110110 |
Color Harmonies of #9C9478
Complementary color
Monochromatic Colors of #9C9478
Black with #9C9478
Text Example
Text Example
White with #9C9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9478; }
p { color: rgb(156,148,120); }
H1.HeaderClassName
{
color: #9C9478;
}
.AnyTagClassName
{
color: #9C9478;
}
</style>
background-color css
<style>
a { background-color: #9C9478; }
a { background-color: rgb(156,148,120); }
div.DivClassName
{
background-color: #9C9478;
}
.BgClassName
{
background-color: #9C9478;
}
</style>
border-color css
<style>
span { border-color: #9C9478; }
span { border-color: rgb(156,148,120); }
td.TdClassName
{
border-color: #9C9478;
}
.TagClassName
{
border-color: #9C9478;
}
</style>