#9F9160

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

Shades of Gurkha #9F9160

Tints of Gurkha #9F9160

Color information

#9F9160 (or 0x9F9160) is unknown color: approx Gurkha. HEX triplet: 9F, 91 and 60. RGB value is (159,145,96). Sum of RGB (Red+Green+Blue) = 159+145+96=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9160 is #606E9F. Grayscale: #8F8F8F. Windows color (decimal): -6319776 or 6328735. OLE color: 6328735.

HSL color Cylindrical-coordinate representation of color #9F9160: hue angle of 46.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F9160 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15914596-
CMYK00.090.400.38
HSL46.67º24.71%50%-
HSV(B)46.67º39.62%62.35%-
XYZ26.5328.4715.16-
YUV143.6101.14138.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 96 (37.89% from 255) = 24%
R=39.75%
G=36.25%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591459600.090.400.3846.6724.7150
Hex9F91600928262f1932
Octal2372211400115046573162
Binary100111111001000111000000100110100010011010111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,96); }

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

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

 a { background-color: rgb(159,145,96); }

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

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

 span { border-color: rgb(159,145,96); }

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