#9E9671

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

Shades of Gurkha #9E9671

Tints of Gurkha #9E9671

Color information

#9E9671 (or 0x9E9671) is unknown color: approx Gurkha. HEX triplet: 9E, 96 and 71. RGB value is (158,150,113). Sum of RGB (Red+Green+Blue) = 158+150+113=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9671 is #61698E. Grayscale: #949494. Windows color (decimal): -6384015 or 7444126. OLE color: 7444126.

HSL color Cylindrical-coordinate representation of color #9E9671: hue angle of 49.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E9671 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB158150113-
CMYK00.050.280.38
HSL49.33º18.83%53.14%-
HSV(B)49.33º28.48%61.96%-
XYZ27.9930.2719.99-
YUV148.17108.15135.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.53%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=37.53%
G=35.63%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815011300.050.280.3849.3318.8353.14
Hex9E9671051C26311335
Octal236226161053446612365
Binary1001111010010110111000101011110010011011000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,150,113); }

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

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

 a { background-color: rgb(158,150,113); }

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

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

 span { border-color: rgb(158,150,113); }

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