#918D7A

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

Shades of Gurkha #918D7A

Tints of Gurkha #918D7A

Color information

#918D7A (or 0x918D7A) is unknown color: approx Gurkha. HEX triplet: 91, 8D and 7A. RGB value is (145,141,122). Sum of RGB (Red+Green+Blue) = 145+141+122=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 145 - color contains mainly: red. Hex color #918D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D7A is #6E7285. Grayscale: #8C8C8C. Windows color (decimal): -7238278 or 8031633. OLE color: 8031633.

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

Color convert

RGB145141122-
CMYK00.030.160.43
HSL49.57º9.47%52.35%-
HSV(B)49.57º15.86%56.86%-
XYZ24.7126.4722.22-
YUV140.03117.83131.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.54%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=35.54%
G=34.56%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514112200.030.160.4349.579.4752.35
Hex918D7A03102B32934
Octal221215172032053621164
Binary10010001100011011111010011100001010111100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,141,122); }

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

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

 a { background-color: rgb(145,141,122); }

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

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

 span { border-color: rgb(145,141,122); }

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