#9E916C

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

Shades of Gurkha #9E916C

Tints of Gurkha #9E916C

Color information

#9E916C (or 0x9E916C) is unknown color: approx Gurkha. HEX triplet: 9E, 91 and 6C. RGB value is (158,145,108). Sum of RGB (Red+Green+Blue) = 158+145+108=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 158 - color contains mainly: red. Hex color #9E916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E916C is #616E93. Grayscale: #909090. Windows color (decimal): -6385300 or 7115166. OLE color: 7115166.

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

Color convert

RGB158145108-
CMYK00.080.320.38
HSL44.4º20.49%52.16%-
HSV(B)44.4º31.65%61.96%-
XYZ26.9328.618.29-
YUV144.67107.31137.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.44%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=38.44%
G=35.28%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814510800.080.320.3844.420.4952.16
Hex9E916C0820262c1434
Octal2362211540104046542464
Binary100111101001000111011000100010000010011010110010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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