#9F9367

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

Shades of Gurkha #9F9367

Tints of Gurkha #9F9367

Color information

#9F9367 (or 0x9F9367) is unknown color: approx Gurkha. HEX triplet: 9F, 93 and 67. RGB value is (159,147,103). Sum of RGB (Red+Green+Blue) = 159+147+103=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9367 is #606C98. Grayscale: #919191. Windows color (decimal): -6319257 or 6787999. OLE color: 6787999.

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

Color convert

RGB159147103-
CMYK00.080.350.38
HSL47.14º22.58%51.37%-
HSV(B)47.14º35.22%62.35%-
XYZ27.1829.2217.04-
YUV145.57103.98137.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=38.88%
G=35.94%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914710300.080.350.3847.1422.5851.37
Hex9F93670823262f1733
Octal2372231470104346572763
Binary100111111001001111001110100010001110011010111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,147,103); }

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

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

 a { background-color: rgb(159,147,103); }

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

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

 span { border-color: rgb(159,147,103); }

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