#9F9458

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

Shades of Husk #9F9458

Tints of Husk #9F9458

Color information

#9F9458 (or 0x9F9458) is unknown color: approx Husk. HEX triplet: 9F, 94 and 58. RGB value is (159,148,88). Sum of RGB (Red+Green+Blue) = 159+148+88=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9458 is #606BA7. Grayscale: #909090. Windows color (decimal): -6319016 or 5805215. OLE color: 5805215.

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

Color convert

RGB15914888-
CMYK00.070.450.38
HSL50.7º28.74%48.43%-
HSV(B)50.7º44.65%62.35%-
XYZ26.6529.2613.47-
YUV144.4596.14138.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.25%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=40.25%
G=37.47%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591488800.070.450.3850.728.7448.43
Hex9F9458072D26331d30
Octal237224130075546633560
Binary10011111100101001011000011110110110011011001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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