#9E965F

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

Shades of Gurkha #9E965F

Tints of Gurkha #9E965F

Color information

#9E965F (or 0x9E965F) is unknown color: approx Gurkha. HEX triplet: 9E, 96 and 5F. RGB value is (158,150,95). Sum of RGB (Red+Green+Blue) = 158+150+95=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E965F is #6169A0. Grayscale: #929292. Windows color (decimal): -6384033 or 6264478. OLE color: 6264478.

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

Color convert

RGB15815095-
CMYK00.050.400.38
HSL52.38º24.9%49.61%-
HSV(B)52.38º39.87%61.96%-
XYZ27.0729.9115.17-
YUV146.1299.15136.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.21%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 95 (37.5% from 255) = 23.57%
R=39.21%
G=37.22%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581509500.050.400.3852.3824.949.61
Hex9E965F052826341932
Octal236226137055046643162
Binary10011110100101101011111010110100010011011010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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