Shades of Husk #9F994E
Tints of Husk #9F994E
RGB
CMYK
RGB Variations
Color information
#9F994E (or 0x9F994E) is known color: Husk. HEX triplet: 9F, 99 and 4E. RGB value is (159,153,78). Sum of RGB (Red+Green+Blue) = 159+153+78=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F994E is #6066B1. Grayscale: #929292. Windows color (decimal): -6317746 or 5151135. OLE color: 5151135.
HSL color Cylindrical-coordinate representation of color #9F994E: hue angle of 55.56º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F994E is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 78 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.38 |
| HSL | 55.56º | 0.34% | 0.46% | - |
| HSV(B) | 55.56º | 0.51% | 0.62% | - |
| XYZ | 27.06 | 30.7 | 11.71 | - |
| YUV | 146.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 78 | 0 | 0.04 | 0.51 | 0.38 | 55.56 | 0.34 | 0.46 |
| Hex | 9F | 99 | 4E | 0 | 4 | 33 | 26 | 38 | 22 | 2E |
| Octal | 237 | 231 | 116 | 0 | 4 | 63 | 46 | 70 | 42 | 56 |
| Binary | 10011111 | 10011001 | 1001110 | 0 | 100 | 110011 | 100110 | 111000 | 100010 | 101110 |
Color Harmonies of #9F994E
Complementary color
Monochromatic Colors of #9F994E
Black with #9F994E
Text Example
Text Example
White with #9F994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F994E; }
p { color: rgb(159,153,78); }
H1.HeaderClassName
{
color: #9F994E;
}
.AnyTagClassName
{
color: #9F994E;
}
</style>
background-color css
<style>
a { background-color: #9F994E; }
a { background-color: rgb(159,153,78); }
div.DivClassName
{
background-color: #9F994E;
}
.BgClassName
{
background-color: #9F994E;
}
</style>
border-color css
<style>
span { border-color: #9F994E; }
span { border-color: rgb(159,153,78); }
td.TdClassName
{
border-color: #9F994E;
}
.TagClassName
{
border-color: #9F994E;
}
</style>