Shades of Husk #9F934F
Tints of Husk #9F934F
RGB
CMYK
RGB Variations
Color information
#9F934F (or 0x9F934F) is known color: Husk. HEX triplet: 9F, 93 and 4F. RGB value is (159,147,79). Sum of RGB (Red+Green+Blue) = 159+147+79=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F934F is #606CB0. Grayscale: #8F8F8F. Windows color (decimal): -6319281 or 5215135. OLE color: 5215135.
HSL color Cylindrical-coordinate representation of color #9F934F: hue angle of 51º 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 #9F934F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 79 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.38 |
| HSL | 51º | 0.34% | 0.47% | - |
| HSV(B) | 51º | 0.5% | 0.62% | - |
| XYZ | 26.14 | 28.8 | 11.58 | - |
| YUV | 142.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 79 | 0 | 0.08 | 0.50 | 0.38 | 51 | 0.34 | 0.47 |
| Hex | 9F | 93 | 4F | 0 | 8 | 32 | 26 | 33 | 22 | 2F |
| Octal | 237 | 223 | 117 | 0 | 10 | 62 | 46 | 63 | 42 | 57 |
| Binary | 10011111 | 10010011 | 1001111 | 0 | 1000 | 110010 | 100110 | 110011 | 100010 | 101111 |
Color Harmonies of #9F934F
Complementary color
Monochromatic Colors of #9F934F
Black with #9F934F
Text Example
Text Example
White with #9F934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F934F; }
p { color: rgb(159,147,79); }
H1.HeaderClassName
{
color: #9F934F;
}
.AnyTagClassName
{
color: #9F934F;
}
</style>
background-color css
<style>
a { background-color: #9F934F; }
a { background-color: rgb(159,147,79); }
div.DivClassName
{
background-color: #9F934F;
}
.BgClassName
{
background-color: #9F934F;
}
</style>
border-color css
<style>
span { border-color: #9F934F; }
span { border-color: rgb(159,147,79); }
td.TdClassName
{
border-color: #9F934F;
}
.TagClassName
{
border-color: #9F934F;
}
</style>