Shades of Husk #9F9150
Tints of Husk #9F9150
RGB
CMYK
RGB Variations
Color information
#9F9150 (or 0x9F9150) is known color: Husk. HEX triplet: 9F, 91 and 50. RGB value is (159,145,80). Sum of RGB (Red+Green+Blue) = 159+145+80=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9150 is #606EAF. Grayscale: #8E8E8E. Windows color (decimal): -6319792 or 5280159. OLE color: 5280159.
HSL color Cylindrical-coordinate representation of color #9F9150: hue angle of 49.37º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F9150 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 80 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.38 |
| HSL | 49.37º | 0.33% | 0.47% | - |
| HSV(B) | 49.37º | 0.5% | 0.62% | - |
| XYZ | 25.87 | 28.2 | 11.67 | - |
| YUV | 141.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 80 | 0 | 0.09 | 0.50 | 0.38 | 49.37 | 0.33 | 0.47 |
| Hex | 9F | 91 | 50 | 0 | 9 | 32 | 26 | 31 | 21 | 2F |
| Octal | 237 | 221 | 120 | 0 | 11 | 62 | 46 | 61 | 41 | 57 |
| Binary | 10011111 | 10010001 | 1010000 | 0 | 1001 | 110010 | 100110 | 110001 | 100001 | 101111 |
Color Harmonies of #9F9150
Complementary color
Monochromatic Colors of #9F9150
Black with #9F9150
Text Example
Text Example
White with #9F9150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9150; }
p { color: rgb(159,145,80); }
H1.HeaderClassName
{
color: #9F9150;
}
.AnyTagClassName
{
color: #9F9150;
}
</style>
background-color css
<style>
a { background-color: #9F9150; }
a { background-color: rgb(159,145,80); }
div.DivClassName
{
background-color: #9F9150;
}
.BgClassName
{
background-color: #9F9150;
}
</style>
border-color css
<style>
span { border-color: #9F9150; }
span { border-color: rgb(159,145,80); }
td.TdClassName
{
border-color: #9F9150;
}
.TagClassName
{
border-color: #9F9150;
}
</style>