Shades of Husk #9F944E
Tints of Husk #9F944E
RGB
CMYK
RGB Variations
Color information
#9F944E (or 0x9F944E) is known color: Husk. HEX triplet: 9F, 94 and 4E. RGB value is (159,148,78). Sum of RGB (Red+Green+Blue) = 159+148+78=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F944E is #606BB1. Grayscale: #8F8F8F. Windows color (decimal): -6319026 or 5149855. OLE color: 5149855.
HSL color Cylindrical-coordinate representation of color #9F944E: hue angle of 51.85º 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 #9F944E is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 78 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.38 |
| HSL | 51.85º | 0.34% | 0.46% | - |
| HSV(B) | 51.85º | 0.51% | 0.62% | - |
| XYZ | 26.26 | 29.1 | 11.44 | - |
| YUV | 143.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 78 | 0 | 0.07 | 0.51 | 0.38 | 51.85 | 0.34 | 0.46 |
| Hex | 9F | 94 | 4E | 0 | 7 | 33 | 26 | 34 | 22 | 2E |
| Octal | 237 | 224 | 116 | 0 | 7 | 63 | 46 | 64 | 42 | 56 |
| Binary | 10011111 | 10010100 | 1001110 | 0 | 111 | 110011 | 100110 | 110100 | 100010 | 101110 |
Color Harmonies of #9F944E
Complementary color
Monochromatic Colors of #9F944E
Black with #9F944E
Text Example
Text Example
White with #9F944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F944E; }
p { color: rgb(159,148,78); }
H1.HeaderClassName
{
color: #9F944E;
}
.AnyTagClassName
{
color: #9F944E;
}
</style>
background-color css
<style>
a { background-color: #9F944E; }
a { background-color: rgb(159,148,78); }
div.DivClassName
{
background-color: #9F944E;
}
.BgClassName
{
background-color: #9F944E;
}
</style>
border-color css
<style>
span { border-color: #9F944E; }
span { border-color: rgb(159,148,78); }
td.TdClassName
{
border-color: #9F944E;
}
.TagClassName
{
border-color: #9F944E;
}
</style>