Shades of Husk #9F964E
Tints of Husk #9F964E
RGB
CMYK
RGB Variations
Color information
#9F964E (or 0x9F964E) is known color: Husk. HEX triplet: 9F, 96 and 4E. RGB value is (159,150,78). Sum of RGB (Red+Green+Blue) = 159+150+78=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F964E is #6069B1. Grayscale: #909090. Windows color (decimal): -6318514 or 5150367. OLE color: 5150367.
HSL color Cylindrical-coordinate representation of color #9F964E: hue angle of 53.33º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F964E is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 78 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.38 |
| HSL | 53.33º | 0.34% | 0.46% | - |
| HSV(B) | 53.33º | 0.51% | 0.62% | - |
| XYZ | 26.58 | 29.73 | 11.55 | - |
| YUV | 144.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 78 | 0 | 0.06 | 0.51 | 0.38 | 53.33 | 0.34 | 0.46 |
| Hex | 9F | 96 | 4E | 0 | 6 | 33 | 26 | 35 | 22 | 2E |
| Octal | 237 | 226 | 116 | 0 | 6 | 63 | 46 | 65 | 42 | 56 |
| Binary | 10011111 | 10010110 | 1001110 | 0 | 110 | 110011 | 100110 | 110101 | 100010 | 101110 |
Color Harmonies of #9F964E
Complementary color
Monochromatic Colors of #9F964E
Black with #9F964E
Text Example
Text Example
White with #9F964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F964E; }
p { color: rgb(159,150,78); }
H1.HeaderClassName
{
color: #9F964E;
}
.AnyTagClassName
{
color: #9F964E;
}
</style>
background-color css
<style>
a { background-color: #9F964E; }
a { background-color: rgb(159,150,78); }
div.DivClassName
{
background-color: #9F964E;
}
.BgClassName
{
background-color: #9F964E;
}
</style>
border-color css
<style>
span { border-color: #9F964E; }
span { border-color: rgb(159,150,78); }
td.TdClassName
{
border-color: #9F964E;
}
.TagClassName
{
border-color: #9F964E;
}
</style>