#9E926E

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

Shades of Gurkha #9E926E

Tints of Gurkha #9E926E

Color information

#9E926E (or 0x9E926E) is unknown color: approx Gurkha. HEX triplet: 9E, 92 and 6E. RGB value is (158,146,110). Sum of RGB (Red+Green+Blue) = 158+146+110=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E926E is #616D91. Grayscale: #919191. Windows color (decimal): -6385042 or 7246494. OLE color: 7246494.

HSL color Cylindrical-coordinate representation of color #9E926E: hue angle of 45º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E926E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB158146110-
CMYK00.080.300.38
HSL45º19.83%52.55%-
HSV(B)45º30.38%61.96%-
XYZ27.1928.9518.91-
YUV145.48107.98136.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.16%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=38.16%
G=35.27%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814611000.080.300.384519.8352.55
Hex9E926E081E262d1435
Octal2362221560103646552465
Binary10011110100100101101110010001111010011010110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,146,110); }

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

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

 a { background-color: rgb(158,146,110); }

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

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

 span { border-color: rgb(158,146,110); }

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