#9e915e

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

Shades of Gurkha #9E915E

Tints of Gurkha #9E915E

Color information

#9E915E (or 0x9E915E) is unknown color: approx Gurkha. HEX triplet: 9E, 91 and 5E. RGB value is (158,145,94). Sum of RGB (Red+Green+Blue) = 158+145+94=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E915E is #616EA1. Grayscale: #8F8F8F. Windows color (decimal): -6385314 or 6197662. OLE color: 6197662.

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

Color convert

RGB15814594-
CMYK00.080.410.38
HSL47.81º25.4%49.41%-
HSV(B)47.81º40.51%61.96%-
XYZ26.2528.3314.67-
YUV143.07100.31138.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=39.80%
G=36.52%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581459400.080.410.3847.8125.449.41
Hex9E915E082926301931
Octal2362211360105146603161
Binary100111101001000110111100100010100110011011000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e915e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,145,94); }

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

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

 a { background-color: rgb(158,145,94); }

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

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

 span { border-color: rgb(158,145,94); }

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