#9F9A4F

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

Shades of Husk #9F9A4F

Tints of Husk #9F9A4F

Color information

#9F9A4F (or 0x9F9A4F) is unknown color: approx Husk. HEX triplet: 9F, 9A and 4F. RGB value is (159,154,79). Sum of RGB (Red+Green+Blue) = 159+154+79=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9A4F is #6065B0. Grayscale: #939393. Windows color (decimal): -6317489 or 5216927. OLE color: 5216927.

HSL color Cylindrical-coordinate representation of color #9F9A4F: hue angle of 56.25º 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 #9F9A4F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15915479-
CMYK00.030.500.38
HSL56.25º33.61%46.67%-
HSV(B)56.25º50.31%62.35%-
XYZ27.2631.0511.95-
YUV146.9489.66136.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=40.56%
G=39.29%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591547900.030.500.3856.2533.6146.67
Hex9F9A4F03322638222f
Octal237232117036246704257
Binary10011111100110101001111011110010100110111000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,154,79); }

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

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

 a { background-color: rgb(159,154,79); }

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

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

 span { border-color: rgb(159,154,79); }

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