Shades of Husk #9F9550
Tints of Husk #9F9550
RGB
CMYK
RGB Variations
Color information
#9F9550 (or 0x9F9550) is known color: Husk. HEX triplet: 9F, 95 and 50. RGB value is (159,149,80). Sum of RGB (Red+Green+Blue) = 159+149+80=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9550 is #606AAF. Grayscale: #909090. Windows color (decimal): -6318768 or 5281183. OLE color: 5281183.
HSL color Cylindrical-coordinate representation of color #9F9550: hue angle of 52.41º 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 #9F9550 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 80 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.38 |
| HSL | 52.41º | 0.33% | 0.47% | - |
| HSV(B) | 52.41º | 0.5% | 0.62% | - |
| XYZ | 26.49 | 29.45 | 11.88 | - |
| YUV | 144.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 80 | 0 | 0.06 | 0.50 | 0.38 | 52.41 | 0.33 | 0.47 |
| Hex | 9F | 95 | 50 | 0 | 6 | 32 | 26 | 34 | 21 | 2F |
| Octal | 237 | 225 | 120 | 0 | 6 | 62 | 46 | 64 | 41 | 57 |
| Binary | 10011111 | 10010101 | 1010000 | 0 | 110 | 110010 | 100110 | 110100 | 100001 | 101111 |
Color Harmonies of #9F9550
Complementary color
Monochromatic Colors of #9F9550
Black with #9F9550
Text Example
Text Example
White with #9F9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9550; }
p { color: rgb(159,149,80); }
H1.HeaderClassName
{
color: #9F9550;
}
.AnyTagClassName
{
color: #9F9550;
}
</style>
background-color css
<style>
a { background-color: #9F9550; }
a { background-color: rgb(159,149,80); }
div.DivClassName
{
background-color: #9F9550;
}
.BgClassName
{
background-color: #9F9550;
}
</style>
border-color css
<style>
span { border-color: #9F9550; }
span { border-color: rgb(159,149,80); }
td.TdClassName
{
border-color: #9F9550;
}
.TagClassName
{
border-color: #9F9550;
}
</style>