#9E9268

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

Shades of Gurkha #9E9268

Tints of Gurkha #9E9268

Color information

#9E9268 (or 0x9E9268) is unknown color: approx Gurkha. HEX triplet: 9E, 92 and 68. RGB value is (158,146,104). Sum of RGB (Red+Green+Blue) = 158+146+104=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9268 is #616D97. Grayscale: #909090. Windows color (decimal): -6385048 or 6853278. OLE color: 6853278.

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

Color convert

RGB158146104-
CMYK00.080.340.38
HSL46.67º21.77%51.37%-
HSV(B)46.67º34.18%61.96%-
XYZ26.8828.8317.24-
YUV144.8104.98137.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 104 (41.02% from 255) = 25.49%
R=38.73%
G=35.78%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814610400.080.340.3846.6721.7751.37
Hex9E92680822262f1633
Octal2362221500104246572663
Binary100111101001001011010000100010001010011010111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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