Shades of Husk #9F9C4D
Tints of Husk #9F9C4D
RGB
CMYK
RGB Variations
Color information
#9F9C4D (or 0x9F9C4D) is known color: Husk. HEX triplet: 9F, 9C and 4D. RGB value is (159,156,77). Sum of RGB (Red+Green+Blue) = 159+156+77=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9C4D is #6063B2. Grayscale: #949494. Windows color (decimal): -6316979 or 5086367. OLE color: 5086367.
HSL color Cylindrical-coordinate representation of color #9F9C4D: hue angle of 57.8º 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 #9F9C4D is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 156 | 77 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.38 |
| HSL | 57.8º | 0.35% | 0.46% | - |
| HSV(B) | 57.8º | 0.52% | 0.62% | - |
| XYZ | 27.53 | 31.68 | 11.69 | - |
| YUV | 147.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 77 | 0 | 0.02 | 0.52 | 0.38 | 57.8 | 0.35 | 0.46 |
| Hex | 9F | 9C | 4D | 0 | 2 | 34 | 26 | 3A | 23 | 2E |
| Octal | 237 | 234 | 115 | 0 | 2 | 64 | 46 | 72 | 43 | 56 |
| Binary | 10011111 | 10011100 | 1001101 | 0 | 10 | 110100 | 100110 | 111010 | 100011 | 101110 |
Color Harmonies of #9F9C4D
Complementary color
Monochromatic Colors of #9F9C4D
Black with #9F9C4D
Text Example
Text Example
White with #9F9C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9C4D; }
p { color: rgb(159,156,77); }
H1.HeaderClassName
{
color: #9F9C4D;
}
.AnyTagClassName
{
color: #9F9C4D;
}
</style>
background-color css
<style>
a { background-color: #9F9C4D; }
a { background-color: rgb(159,156,77); }
div.DivClassName
{
background-color: #9F9C4D;
}
.BgClassName
{
background-color: #9F9C4D;
}
</style>
border-color css
<style>
span { border-color: #9F9C4D; }
span { border-color: rgb(159,156,77); }
td.TdClassName
{
border-color: #9F9C4D;
}
.TagClassName
{
border-color: #9F9C4D;
}
</style>