#9F964C

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

Shades of Husk #9F964C

Tints of Husk #9F964C

Color information

#9F964C (or 0x9F964C) is unknown color: approx Husk. HEX triplet: 9F, 96 and 4C. RGB value is (159,150,76). Sum of RGB (Red+Green+Blue) = 159+150+76=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F964C is #6069B3. Grayscale: #909090. Windows color (decimal): -6318516 or 5019295. OLE color: 5019295.

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

Color convert

RGB15915076-
CMYK00.060.520.38
HSL53.49º35.32%46.08%-
HSV(B)53.49º52.2%62.35%-
XYZ26.5129.7111.17-
YUV144.2689.48138.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=41.30%
G=38.96%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591507600.060.520.3853.4935.3246.08
Hex9F964C06342635232e
Octal237226114066446654356
Binary100111111001011010011000110110100100110110101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,150,76); }

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

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

 a { background-color: rgb(159,150,76); }

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

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

 span { border-color: rgb(159,150,76); }

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