Shades of Husk #9F914F
Tints of Husk #9F914F
RGB
CMYK
RGB Variations
Color information
#9F914F (or 0x9F914F) is known color: Husk. HEX triplet: 9F, 91 and 4F. RGB value is (159,145,79). Sum of RGB (Red+Green+Blue) = 159+145+79=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F914F is #606EB0. Grayscale: #8D8D8D. Windows color (decimal): -6319793 or 5214623. OLE color: 5214623.
HSL color Cylindrical-coordinate representation of color #9F914F: hue angle of 49.5º degrees, saturation: 0.34, 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 #9F914F is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 79 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.38 |
| HSL | 49.5º | 0.34% | 0.47% | - |
| HSV(B) | 49.5º | 0.5% | 0.62% | - |
| XYZ | 25.83 | 28.19 | 11.48 | - |
| YUV | 141.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 79 | 0 | 0.09 | 0.50 | 0.38 | 49.5 | 0.34 | 0.47 |
| Hex | 9F | 91 | 4F | 0 | 9 | 32 | 26 | 32 | 22 | 2F |
| Octal | 237 | 221 | 117 | 0 | 11 | 62 | 46 | 62 | 42 | 57 |
| Binary | 10011111 | 10010001 | 1001111 | 0 | 1001 | 110010 | 100110 | 110010 | 100010 | 101111 |
Color Harmonies of #9F914F
Complementary color
Monochromatic Colors of #9F914F
Black with #9F914F
Text Example
Text Example
White with #9F914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F914F; }
p { color: rgb(159,145,79); }
H1.HeaderClassName
{
color: #9F914F;
}
.AnyTagClassName
{
color: #9F914F;
}
</style>
background-color css
<style>
a { background-color: #9F914F; }
a { background-color: rgb(159,145,79); }
div.DivClassName
{
background-color: #9F914F;
}
.BgClassName
{
background-color: #9F914F;
}
</style>
border-color css
<style>
span { border-color: #9F914F; }
span { border-color: rgb(159,145,79); }
td.TdClassName
{
border-color: #9F914F;
}
.TagClassName
{
border-color: #9F914F;
}
</style>