Shades of Husk #9F9450
Tints of Husk #9F9450
RGB
CMYK
RGB Variations
Color information
#9F9450 (or 0x9F9450) is known color: Husk. HEX triplet: 9F, 94 and 50. RGB value is (159,148,80). Sum of RGB (Red+Green+Blue) = 159+148+80=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9450 is #606BAF. Grayscale: #8F8F8F. Windows color (decimal): -6319024 or 5280927. OLE color: 5280927.
HSL color Cylindrical-coordinate representation of color #9F9450: hue angle of 51.65º 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 #9F9450 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 80 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.38 |
| HSL | 51.65º | 0.33% | 0.47% | - |
| HSV(B) | 51.65º | 0.5% | 0.62% | - |
| XYZ | 26.34 | 29.13 | 11.82 | - |
| YUV | 143.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 80 | 0 | 0.07 | 0.50 | 0.38 | 51.65 | 0.33 | 0.47 |
| Hex | 9F | 94 | 50 | 0 | 7 | 32 | 26 | 34 | 21 | 2F |
| Octal | 237 | 224 | 120 | 0 | 7 | 62 | 46 | 64 | 41 | 57 |
| Binary | 10011111 | 10010100 | 1010000 | 0 | 111 | 110010 | 100110 | 110100 | 100001 | 101111 |
Color Harmonies of #9F9450
Complementary color
Monochromatic Colors of #9F9450
Black with #9F9450
Text Example
Text Example
White with #9F9450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9450; }
p { color: rgb(159,148,80); }
H1.HeaderClassName
{
color: #9F9450;
}
.AnyTagClassName
{
color: #9F9450;
}
</style>
background-color css
<style>
a { background-color: #9F9450; }
a { background-color: rgb(159,148,80); }
div.DivClassName
{
background-color: #9F9450;
}
.BgClassName
{
background-color: #9F9450;
}
</style>
border-color css
<style>
span { border-color: #9F9450; }
span { border-color: rgb(159,148,80); }
td.TdClassName
{
border-color: #9F9450;
}
.TagClassName
{
border-color: #9F9450;
}
</style>