#9F964E

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

Shades of Husk #9F964E

Tints of Husk #9F964E

Color information

#9F964E (or 0x9F964E) is unknown color: approx Husk. HEX triplet: 9F, 96 and 4E. RGB value is (159,150,78). Sum of RGB (Red+Green+Blue) = 159+150+78=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F964E is #6069B1. Grayscale: #909090. Windows color (decimal): -6318514 or 5150367. OLE color: 5150367.

HSL color Cylindrical-coordinate representation of color #9F964E: hue angle of 53.33º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F964E is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB15915078-
CMYK00.060.510.38
HSL53.33º34.18%46.47%-
HSV(B)53.33º50.94%62.35%-
XYZ26.5829.7311.55-
YUV144.4890.48138.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=41.09%
G=38.76%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591507800.060.510.3853.3334.1846.47
Hex9F964E06332635222e
Octal237226116066346654256
Binary100111111001011010011100110110011100110110101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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