Shades of Husk #9F944C
Tints of Husk #9F944C
RGB
CMYK
RGB Variations
Color information
#9F944C (or 0x9F944C) is known color: Husk. HEX triplet: 9F, 94 and 4C. RGB value is (159,148,76). Sum of RGB (Red+Green+Blue) = 159+148+76=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F944C is #606BB3. Grayscale: #8F8F8F. Windows color (decimal): -6319028 or 5018783. OLE color: 5018783.
HSL color Cylindrical-coordinate representation of color #9F944C: hue angle of 52.05º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F944C is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 76 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.38 |
| HSL | 52.05º | 0.35% | 0.46% | - |
| HSV(B) | 52.05º | 0.52% | 0.62% | - |
| XYZ | 26.19 | 29.07 | 11.07 | - |
| YUV | 143.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 76 | 0 | 0.07 | 0.52 | 0.38 | 52.05 | 0.35 | 0.46 |
| Hex | 9F | 94 | 4C | 0 | 7 | 34 | 26 | 34 | 23 | 2E |
| Octal | 237 | 224 | 114 | 0 | 7 | 64 | 46 | 64 | 43 | 56 |
| Binary | 10011111 | 10010100 | 1001100 | 0 | 111 | 110100 | 100110 | 110100 | 100011 | 101110 |
Color Harmonies of #9F944C
Complementary color
Monochromatic Colors of #9F944C
Black with #9F944C
Text Example
Text Example
White with #9F944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F944C; }
p { color: rgb(159,148,76); }
H1.HeaderClassName
{
color: #9F944C;
}
.AnyTagClassName
{
color: #9F944C;
}
</style>
background-color css
<style>
a { background-color: #9F944C; }
a { background-color: rgb(159,148,76); }
div.DivClassName
{
background-color: #9F944C;
}
.BgClassName
{
background-color: #9F944C;
}
</style>
border-color css
<style>
span { border-color: #9F944C; }
span { border-color: rgb(159,148,76); }
td.TdClassName
{
border-color: #9F944C;
}
.TagClassName
{
border-color: #9F944C;
}
</style>