Shades of Husk #9F954E
Tints of Husk #9F954E
RGB
CMYK
RGB Variations
Color information
#9F954E (or 0x9F954E) is known color: Husk. HEX triplet: 9F, 95 and 4E. RGB value is (159,149,78). Sum of RGB (Red+Green+Blue) = 159+149+78=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F954E is #606AB1. Grayscale: #909090. Windows color (decimal): -6318770 or 5150111. OLE color: 5150111.
HSL color Cylindrical-coordinate representation of color #9F954E: hue angle of 52.59º 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 #9F954E is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 78 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.38 |
| HSL | 52.59º | 0.34% | 0.46% | - |
| HSV(B) | 52.59º | 0.51% | 0.62% | - |
| XYZ | 26.42 | 29.42 | 11.49 | - |
| YUV | 143.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 78 | 0 | 0.06 | 0.51 | 0.38 | 52.59 | 0.34 | 0.46 |
| Hex | 9F | 95 | 4E | 0 | 6 | 33 | 26 | 35 | 22 | 2E |
| Octal | 237 | 225 | 116 | 0 | 6 | 63 | 46 | 65 | 42 | 56 |
| Binary | 10011111 | 10010101 | 1001110 | 0 | 110 | 110011 | 100110 | 110101 | 100010 | 101110 |
Color Harmonies of #9F954E
Complementary color
Monochromatic Colors of #9F954E
Black with #9F954E
Text Example
Text Example
White with #9F954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F954E; }
p { color: rgb(159,149,78); }
H1.HeaderClassName
{
color: #9F954E;
}
.AnyTagClassName
{
color: #9F954E;
}
</style>
background-color css
<style>
a { background-color: #9F954E; }
a { background-color: rgb(159,149,78); }
div.DivClassName
{
background-color: #9F954E;
}
.BgClassName
{
background-color: #9F954E;
}
</style>
border-color css
<style>
span { border-color: #9F954E; }
span { border-color: rgb(159,149,78); }
td.TdClassName
{
border-color: #9F954E;
}
.TagClassName
{
border-color: #9F954E;
}
</style>