#918B6A

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

Shades of Gurkha #918B6A

Tints of Gurkha #918B6A

Color information

#918B6A (or 0x918B6A) is unknown color: approx Gurkha. HEX triplet: 91, 8B and 6A. RGB value is (145,139,106). Sum of RGB (Red+Green+Blue) = 145+139+106=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #918B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B6A is #6E7495. Grayscale: #898989. Windows color (decimal): -7238806 or 6982545. OLE color: 6982545.

HSL color Cylindrical-coordinate representation of color #918B6A: hue angle of 50.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #918B6A is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB145139106-
CMYK00.040.270.43
HSL50.77º15.54%49.22%-
HSV(B)50.77º26.9%56.86%-
XYZ23.5125.5317.32-
YUV137.03110.49133.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.18%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=37.18%
G=35.64%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513910600.040.270.4350.7715.5449.22
Hex918B6A041B2B331031
Octal221213152043353632061
Binary1001000110001011110101001001101110101111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,139,106); }

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

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

 a { background-color: rgb(145,139,106); }

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

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

 span { border-color: rgb(145,139,106); }

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