#9E925F

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

Shades of Gurkha #9E925F

Tints of Gurkha #9E925F

Color information

#9E925F (or 0x9E925F) is unknown color: approx Gurkha. HEX triplet: 9E, 92 and 5F. RGB value is (158,146,95). Sum of RGB (Red+Green+Blue) = 158+146+95=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E925F is #616DA0. Grayscale: #8F8F8F. Windows color (decimal): -6385057 or 6263454. OLE color: 6263454.

HSL color Cylindrical-coordinate representation of color #9E925F: hue angle of 48.57º 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 #9E925F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15814695-
CMYK00.080.400.38
HSL48.57º24.9%49.61%-
HSV(B)48.57º39.87%61.96%-
XYZ26.4428.6514.96-
YUV143.77100.48138.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.60%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=39.60%
G=36.59%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581469500.080.400.3848.5724.949.61
Hex9E925F082826311932
Octal2362221370105046613162
Binary100111101001001010111110100010100010011011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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