Shades of Husk #9F964D
Tints of Husk #9F964D
RGB
CMYK
RGB Variations
Color information
#9F964D (or 0x9F964D) is known color: Husk. HEX triplet: 9F, 96 and 4D. RGB value is (159,150,77). Sum of RGB (Red+Green+Blue) = 159+150+77=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F964D is #6069B2. Grayscale: #909090. Windows color (decimal): -6318515 or 5084831. OLE color: 5084831.
HSL color Cylindrical-coordinate representation of color #9F964D: hue angle of 53.41º 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 #9F964D is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 77 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.38 |
| HSL | 53.41º | 0.35% | 0.46% | - |
| HSV(B) | 53.41º | 0.52% | 0.62% | - |
| XYZ | 26.54 | 29.72 | 11.36 | - |
| YUV | 144.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 77 | 0 | 0.06 | 0.52 | 0.38 | 53.41 | 0.35 | 0.46 |
| Hex | 9F | 96 | 4D | 0 | 6 | 34 | 26 | 35 | 23 | 2E |
| Octal | 237 | 226 | 115 | 0 | 6 | 64 | 46 | 65 | 43 | 56 |
| Binary | 10011111 | 10010110 | 1001101 | 0 | 110 | 110100 | 100110 | 110101 | 100011 | 101110 |
Color Harmonies of #9F964D
Complementary color
Monochromatic Colors of #9F964D
Black with #9F964D
Text Example
Text Example
White with #9F964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F964D; }
p { color: rgb(159,150,77); }
H1.HeaderClassName
{
color: #9F964D;
}
.AnyTagClassName
{
color: #9F964D;
}
</style>
background-color css
<style>
a { background-color: #9F964D; }
a { background-color: rgb(159,150,77); }
div.DivClassName
{
background-color: #9F964D;
}
.BgClassName
{
background-color: #9F964D;
}
</style>
border-color css
<style>
span { border-color: #9F964D; }
span { border-color: rgb(159,150,77); }
td.TdClassName
{
border-color: #9F964D;
}
.TagClassName
{
border-color: #9F964D;
}
</style>