Shades of Husk #9F9659
Tints of Husk #9F9659
RGB
CMYK
RGB Variations
Color information
#9F9659 (or 0x9F9659) is known color: Husk. HEX triplet: 9F, 96 and 59. RGB value is (159,150,89). Sum of RGB (Red+Green+Blue) = 159+150+89=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9659 is #6069A6. Grayscale: #919191. Windows color (decimal): -6318503 or 5871263. OLE color: 5871263.
HSL color Cylindrical-coordinate representation of color #9F9659: hue angle of 52.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F9659 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 89 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.38 |
| HSL | 52.29º | 0.28% | 0.49% | - |
| HSV(B) | 52.29º | 0.44% | 0.62% | - |
| XYZ | 27.01 | 29.9 | 13.8 | - |
| YUV | 145.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 89 | 0 | 0.06 | 0.44 | 0.38 | 52.29 | 0.28 | 0.49 |
| Hex | 9F | 96 | 59 | 0 | 6 | 2C | 26 | 34 | 1C | 31 |
| Octal | 237 | 226 | 131 | 0 | 6 | 54 | 46 | 64 | 34 | 61 |
| Binary | 10011111 | 10010110 | 1011001 | 0 | 110 | 101100 | 100110 | 110100 | 11100 | 110001 |
Color Harmonies of #9F9659
Complementary color
Monochromatic Colors of #9F9659
Black with #9F9659
Text Example
Text Example
White with #9F9659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9659; }
p { color: rgb(159,150,89); }
H1.HeaderClassName
{
color: #9F9659;
}
.AnyTagClassName
{
color: #9F9659;
}
</style>
background-color css
<style>
a { background-color: #9F9659; }
a { background-color: rgb(159,150,89); }
div.DivClassName
{
background-color: #9F9659;
}
.BgClassName
{
background-color: #9F9659;
}
</style>
border-color css
<style>
span { border-color: #9F9659; }
span { border-color: rgb(159,150,89); }
td.TdClassName
{
border-color: #9F9659;
}
.TagClassName
{
border-color: #9F9659;
}
</style>