Shades of Husk #9F9254
Tints of Husk #9F9254
RGB
CMYK
RGB Variations
Color information
#9F9254 (or 0x9F9254) is known color: Husk. HEX triplet: 9F, 92 and 54. RGB value is (159,146,84). Sum of RGB (Red+Green+Blue) = 159+146+84=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9254 is #606DAB. Grayscale: #8F8F8F. Windows color (decimal): -6319532 or 5542559. OLE color: 5542559.
HSL color Cylindrical-coordinate representation of color #9F9254: hue angle of 49.6º degrees, saturation: 0.31, 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 #9F9254 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 84 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.38 |
| HSL | 49.6º | 0.31% | 0.48% | - |
| HSV(B) | 49.6º | 0.47% | 0.62% | - |
| XYZ | 26.18 | 28.57 | 12.52 | - |
| YUV | 142.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 84 | 0 | 0.08 | 0.47 | 0.38 | 49.6 | 0.31 | 0.48 |
| Hex | 9F | 92 | 54 | 0 | 8 | 2F | 26 | 32 | 1F | 30 |
| Octal | 237 | 222 | 124 | 0 | 10 | 57 | 46 | 62 | 37 | 60 |
| Binary | 10011111 | 10010010 | 1010100 | 0 | 1000 | 101111 | 100110 | 110010 | 11111 | 110000 |
Color Harmonies of #9F9254
Complementary color
Monochromatic Colors of #9F9254
Black with #9F9254
Text Example
Text Example
White with #9F9254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9254; }
p { color: rgb(159,146,84); }
H1.HeaderClassName
{
color: #9F9254;
}
.AnyTagClassName
{
color: #9F9254;
}
</style>
background-color css
<style>
a { background-color: #9F9254; }
a { background-color: rgb(159,146,84); }
div.DivClassName
{
background-color: #9F9254;
}
.BgClassName
{
background-color: #9F9254;
}
</style>
border-color css
<style>
span { border-color: #9F9254; }
span { border-color: rgb(159,146,84); }
td.TdClassName
{
border-color: #9F9254;
}
.TagClassName
{
border-color: #9F9254;
}
</style>