#9F9459

Color #9F9459 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #9F9459

Tints of Husk #9F9459

Color information

#9F9459 (or 0x9F9459) is unknown color: approx Husk. HEX triplet: 9F, 94 and 59. RGB value is (159,148,89). Sum of RGB (Red+Green+Blue) = 159+148+89=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9459 is #606BA6. Grayscale: #909090. Windows color (decimal): -6319015 or 5870751. OLE color: 5870751.

HSL color Cylindrical-coordinate representation of color #9F9459: hue angle of 50.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F9459 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB15914889-
CMYK00.070.440.38
HSL50.57º28.23%48.63%-
HSV(B)50.57º44.03%62.35%-
XYZ26.6929.2713.69-
YUV144.5696.64138.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 40.15%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=40.15%
G=37.37%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591488900.070.440.3850.5728.2348.63
Hex9F9459072C26331c31
Octal237224131075446633461
Binary10011111100101001011001011110110010011011001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9459; }

 p { color: rgb(159,148,89); }

 H1.HeaderClassName
 {
   color: #9F9459;
 }
 .AnyTagClassName
 {
   color: #9F9459;
 }
</style>
background-color css

<style>
 a { background-color: #9F9459; }

 a { background-color: rgb(159,148,89); }

 div.DivClassName
 {
   background-color: #9F9459;
 }
 .BgClassName
 {
   background-color: #9F9459;
 }
</style>
border-color css

<style>
 span { border-color: #9F9459; }

 span { border-color: rgb(159,148,89); }

 td.TdClassName
 {
   border-color: #9F9459;
 }
 .TagClassName
 {
   border-color: #9F9459;
 }
</style>