Shades of Husk #9F9A4D
Tints of Husk #9F9A4D
RGB
CMYK
RGB Variations
Color information
#9F9A4D (or 0x9F9A4D) is known color: Husk. HEX triplet: 9F, 9A and 4D. RGB value is (159,154,77). Sum of RGB (Red+Green+Blue) = 159+154+77=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9A4D is #6065B2. Grayscale: #939393. Windows color (decimal): -6317491 or 5085855. OLE color: 5085855.
HSL color Cylindrical-coordinate representation of color #9F9A4D: hue angle of 56.34º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F9A4D is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 154 | 77 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.38 |
| HSL | 56.34º | 0.35% | 0.46% | - |
| HSV(B) | 56.34º | 0.52% | 0.62% | - |
| XYZ | 27.19 | 31.02 | 11.58 | - |
| YUV | 146.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 77 | 0 | 0.03 | 0.52 | 0.38 | 56.34 | 0.35 | 0.46 |
| Hex | 9F | 9A | 4D | 0 | 3 | 34 | 26 | 38 | 23 | 2E |
| Octal | 237 | 232 | 115 | 0 | 3 | 64 | 46 | 70 | 43 | 56 |
| Binary | 10011111 | 10011010 | 1001101 | 0 | 11 | 110100 | 100110 | 111000 | 100011 | 101110 |
Color Harmonies of #9F9A4D
Complementary color
Monochromatic Colors of #9F9A4D
Black with #9F9A4D
Text Example
Text Example
White with #9F9A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A4D; }
p { color: rgb(159,154,77); }
H1.HeaderClassName
{
color: #9F9A4D;
}
.AnyTagClassName
{
color: #9F9A4D;
}
</style>
background-color css
<style>
a { background-color: #9F9A4D; }
a { background-color: rgb(159,154,77); }
div.DivClassName
{
background-color: #9F9A4D;
}
.BgClassName
{
background-color: #9F9A4D;
}
</style>
border-color css
<style>
span { border-color: #9F9A4D; }
span { border-color: rgb(159,154,77); }
td.TdClassName
{
border-color: #9F9A4D;
}
.TagClassName
{
border-color: #9F9A4D;
}
</style>