Shades of Husk #9F9655
Tints of Husk #9F9655
RGB
CMYK
RGB Variations
Color information
#9F9655 (or 0x9F9655) is known color: Husk. HEX triplet: 9F, 96 and 55. RGB value is (159,150,85). Sum of RGB (Red+Green+Blue) = 159+150+85=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9655 is #6069AA. Grayscale: #919191. Windows color (decimal): -6318507 or 5609119. OLE color: 5609119.
HSL color Cylindrical-coordinate representation of color #9F9655: hue angle of 52.7º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F9655 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 85 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.38 |
| HSL | 52.7º | 0.3% | 0.48% | - |
| HSV(B) | 52.7º | 0.47% | 0.62% | - |
| XYZ | 26.84 | 29.84 | 12.94 | - |
| YUV | 145.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 85 | 0 | 0.06 | 0.47 | 0.38 | 52.7 | 0.3 | 0.48 |
| Hex | 9F | 96 | 55 | 0 | 6 | 2F | 26 | 35 | 1E | 30 |
| Octal | 237 | 226 | 125 | 0 | 6 | 57 | 46 | 65 | 36 | 60 |
| Binary | 10011111 | 10010110 | 1010101 | 0 | 110 | 101111 | 100110 | 110101 | 11110 | 110000 |
Color Harmonies of #9F9655
Complementary color
Monochromatic Colors of #9F9655
Black with #9F9655
Text Example
Text Example
White with #9F9655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9655; }
p { color: rgb(159,150,85); }
H1.HeaderClassName
{
color: #9F9655;
}
.AnyTagClassName
{
color: #9F9655;
}
</style>
background-color css
<style>
a { background-color: #9F9655; }
a { background-color: rgb(159,150,85); }
div.DivClassName
{
background-color: #9F9655;
}
.BgClassName
{
background-color: #9F9655;
}
</style>
border-color css
<style>
span { border-color: #9F9655; }
span { border-color: rgb(159,150,85); }
td.TdClassName
{
border-color: #9F9655;
}
.TagClassName
{
border-color: #9F9655;
}
</style>