#918B6F

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

Shades of Gurkha #918B6F

Tints of Gurkha #918B6F

Color information

#918B6F (or 0x918B6F) is unknown color: approx Gurkha. HEX triplet: 91, 8B and 6F. RGB value is (145,139,111). Sum of RGB (Red+Green+Blue) = 145+139+111=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B6F is #6E7490. Grayscale: #898989. Windows color (decimal): -7238801 or 7310225. OLE color: 7310225.

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

Color convert

RGB145139111-
CMYK00.040.230.43
HSL49.41º13.39%50.2%-
HSV(B)49.41º23.45%56.86%-
XYZ23.7825.6318.73-
YUV137.6112.99133.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=36.71%
G=35.19%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513911100.040.230.4349.4113.3950.2
Hex918B6F04172B31d32
Octal221213157042753611562
Binary100100011000101111011110100101111010111100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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