Shades of Husk #9F9C51
Tints of Husk #9F9C51
RGB
CMYK
RGB Variations
Color information
#9F9C51 (or 0x9F9C51) is known color: Husk. HEX triplet: 9F, 9C and 51. RGB value is (159,156,81). Sum of RGB (Red+Green+Blue) = 159+156+81=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9C51 is #6063AE. Grayscale: #949494. Windows color (decimal): -6316975 or 5348511. OLE color: 5348511.
HSL color Cylindrical-coordinate representation of color #9F9C51: hue angle of 57.69º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F9C51 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 156 | 81 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.38 |
| HSL | 57.69º | 0.33% | 0.47% | - |
| HSV(B) | 57.69º | 0.49% | 0.62% | - |
| XYZ | 27.67 | 31.74 | 12.45 | - |
| YUV | 148.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 81 | 0 | 0.02 | 0.49 | 0.38 | 57.69 | 0.33 | 0.47 |
| Hex | 9F | 9C | 51 | 0 | 2 | 31 | 26 | 3A | 20 | 2F |
| Octal | 237 | 234 | 121 | 0 | 2 | 61 | 46 | 72 | 40 | 57 |
| Binary | 10011111 | 10011100 | 1010001 | 0 | 10 | 110001 | 100110 | 111010 | 100000 | 101111 |
Color Harmonies of #9F9C51
Complementary color
Monochromatic Colors of #9F9C51
Black with #9F9C51
Text Example
Text Example
White with #9F9C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9C51; }
p { color: rgb(159,156,81); }
H1.HeaderClassName
{
color: #9F9C51;
}
.AnyTagClassName
{
color: #9F9C51;
}
</style>
background-color css
<style>
a { background-color: #9F9C51; }
a { background-color: rgb(159,156,81); }
div.DivClassName
{
background-color: #9F9C51;
}
.BgClassName
{
background-color: #9F9C51;
}
</style>
border-color css
<style>
span { border-color: #9F9C51; }
span { border-color: rgb(159,156,81); }
td.TdClassName
{
border-color: #9F9C51;
}
.TagClassName
{
border-color: #9F9C51;
}
</style>