#9F974F

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

Shades of Husk #9F974F

Tints of Husk #9F974F

Color information

#9F974F (or 0x9F974F) is unknown color: approx Husk. HEX triplet: 9F, 97 and 4F. RGB value is (159,151,79). Sum of RGB (Red+Green+Blue) = 159+151+79=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F974F is #6068B0. Grayscale: #919191. Windows color (decimal): -6318257 or 5216159. OLE color: 5216159.

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

Color convert

RGB15915179-
CMYK00.050.500.38
HSL54º33.61%46.67%-
HSV(B)54º50.31%62.35%-
XYZ26.7830.0711.79-
YUV145.1890.65137.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 151 (59.38% from 255) = 38.82%
BLUE value IS 79 (31.25% from 255) = 20.31%
R=40.87%
G=38.82%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591517900.050.500.385433.6146.67
Hex9F974F05322636222f
Octal237227117056246664257
Binary100111111001011110011110101110010100110110110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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