Shades of Husk #9F9650
Tints of Husk #9F9650
RGB
CMYK
RGB Variations
Color information
#9F9650 (or 0x9F9650) is known color: Husk. HEX triplet: 9F, 96 and 50. RGB value is (159,150,80). Sum of RGB (Red+Green+Blue) = 159+150+80=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9650 is #6069AF. Grayscale: #919191. Windows color (decimal): -6318512 or 5281439. OLE color: 5281439.
HSL color Cylindrical-coordinate representation of color #9F9650: hue angle of 53.16º 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 #9F9650 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 80 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.38 |
| HSL | 53.16º | 0.33% | 0.47% | - |
| HSV(B) | 53.16º | 0.5% | 0.62% | - |
| XYZ | 26.65 | 29.76 | 11.93 | - |
| YUV | 144.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 80 | 0 | 0.06 | 0.50 | 0.38 | 53.16 | 0.33 | 0.47 |
| Hex | 9F | 96 | 50 | 0 | 6 | 32 | 26 | 35 | 21 | 2F |
| Octal | 237 | 226 | 120 | 0 | 6 | 62 | 46 | 65 | 41 | 57 |
| Binary | 10011111 | 10010110 | 1010000 | 0 | 110 | 110010 | 100110 | 110101 | 100001 | 101111 |
Color Harmonies of #9F9650
Complementary color
Monochromatic Colors of #9F9650
Black with #9F9650
Text Example
Text Example
White with #9F9650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9650; }
p { color: rgb(159,150,80); }
H1.HeaderClassName
{
color: #9F9650;
}
.AnyTagClassName
{
color: #9F9650;
}
</style>
background-color css
<style>
a { background-color: #9F9650; }
a { background-color: rgb(159,150,80); }
div.DivClassName
{
background-color: #9F9650;
}
.BgClassName
{
background-color: #9F9650;
}
</style>
border-color css
<style>
span { border-color: #9F9650; }
span { border-color: rgb(159,150,80); }
td.TdClassName
{
border-color: #9F9650;
}
.TagClassName
{
border-color: #9F9650;
}
</style>