Shades of Husk #9F9553
Tints of Husk #9F9553
RGB
CMYK
RGB Variations
Color information
#9F9553 (or 0x9F9553) is known color: Husk. HEX triplet: 9F, 95 and 53. RGB value is (159,149,83). Sum of RGB (Red+Green+Blue) = 159+149+83=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9553 is #606AAC. Grayscale: #909090. Windows color (decimal): -6318765 or 5477791. OLE color: 5477791.
HSL color Cylindrical-coordinate representation of color #9F9553: hue angle of 52.11º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F9553 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 83 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.38 |
| HSL | 52.11º | 0.31% | 0.47% | - |
| HSV(B) | 52.11º | 0.48% | 0.62% | - |
| XYZ | 26.61 | 29.49 | 12.47 | - |
| YUV | 144.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 83 | 0 | 0.06 | 0.48 | 0.38 | 52.11 | 0.31 | 0.47 |
| Hex | 9F | 95 | 53 | 0 | 6 | 30 | 26 | 34 | 1F | 2F |
| Octal | 237 | 225 | 123 | 0 | 6 | 60 | 46 | 64 | 37 | 57 |
| Binary | 10011111 | 10010101 | 1010011 | 0 | 110 | 110000 | 100110 | 110100 | 11111 | 101111 |
Color Harmonies of #9F9553
Complementary color
Monochromatic Colors of #9F9553
Black with #9F9553
Text Example
Text Example
White with #9F9553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9553; }
p { color: rgb(159,149,83); }
H1.HeaderClassName
{
color: #9F9553;
}
.AnyTagClassName
{
color: #9F9553;
}
</style>
background-color css
<style>
a { background-color: #9F9553; }
a { background-color: rgb(159,149,83); }
div.DivClassName
{
background-color: #9F9553;
}
.BgClassName
{
background-color: #9F9553;
}
</style>
border-color css
<style>
span { border-color: #9F9553; }
span { border-color: rgb(159,149,83); }
td.TdClassName
{
border-color: #9F9553;
}
.TagClassName
{
border-color: #9F9553;
}
</style>