#918E6D

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

Shades of Gurkha #918E6D

Tints of Gurkha #918E6D

Color information

#918E6D (or 0x918E6D) is unknown color: approx Gurkha. HEX triplet: 91, 8E and 6D. RGB value is (145,142,109). Sum of RGB (Red+Green+Blue) = 145+142+109=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #918E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E6D is #6E7192. Grayscale: #8B8B8B. Windows color (decimal): -7238035 or 7179921. OLE color: 7179921.

HSL color Cylindrical-coordinate representation of color #918E6D: hue angle of 55º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #918E6D is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145142109-
CMYK00.020.250.43
HSL55º14.17%49.8%-
HSV(B)55º24.83%56.86%-
XYZ24.1126.4718.31-
YUV139.14110.99132.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.62%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=36.62%
G=35.86%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514210900.020.250.435514.1749.8
Hex918E6D02192B37e32
Octal221216155023153671662
Binary10010001100011101101101010110011010111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918E6D; }

 p { color: rgb(145,142,109); }

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

<style>
 a { background-color: #918E6D; }

 a { background-color: rgb(145,142,109); }

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

<style>
 span { border-color: #918E6D; }

 span { border-color: rgb(145,142,109); }

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