Shades of Husk #9F934E
Tints of Husk #9F934E
RGB
CMYK
RGB Variations
Color information
#9F934E (or 0x9F934E) is known color: Husk. HEX triplet: 9F, 93 and 4E. RGB value is (159,147,78). Sum of RGB (Red+Green+Blue) = 159+147+78=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F934E is #606CB1. Grayscale: #8F8F8F. Windows color (decimal): -6319282 or 5149599. OLE color: 5149599.
HSL color Cylindrical-coordinate representation of color #9F934E: hue angle of 51.11º 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 #9F934E is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 78 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.38 |
| HSL | 51.11º | 0.34% | 0.46% | - |
| HSV(B) | 51.11º | 0.51% | 0.62% | - |
| XYZ | 26.11 | 28.79 | 11.39 | - |
| YUV | 142.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 78 | 0 | 0.08 | 0.51 | 0.38 | 51.11 | 0.34 | 0.46 |
| Hex | 9F | 93 | 4E | 0 | 8 | 33 | 26 | 33 | 22 | 2E |
| Octal | 237 | 223 | 116 | 0 | 10 | 63 | 46 | 63 | 42 | 56 |
| Binary | 10011111 | 10010011 | 1001110 | 0 | 1000 | 110011 | 100110 | 110011 | 100010 | 101110 |
Color Harmonies of #9F934E
Complementary color
Monochromatic Colors of #9F934E
Black with #9F934E
Text Example
Text Example
White with #9F934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F934E; }
p { color: rgb(159,147,78); }
H1.HeaderClassName
{
color: #9F934E;
}
.AnyTagClassName
{
color: #9F934E;
}
</style>
background-color css
<style>
a { background-color: #9F934E; }
a { background-color: rgb(159,147,78); }
div.DivClassName
{
background-color: #9F934E;
}
.BgClassName
{
background-color: #9F934E;
}
</style>
border-color css
<style>
span { border-color: #9F934E; }
span { border-color: rgb(159,147,78); }
td.TdClassName
{
border-color: #9F934E;
}
.TagClassName
{
border-color: #9F934E;
}
</style>