#918C6D

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

Shades of Gurkha #918C6D

Tints of Gurkha #918C6D

Color information

#918C6D (or 0x918C6D) is unknown color: approx Gurkha. HEX triplet: 91, 8C and 6D. RGB value is (145,140,109). Sum of RGB (Red+Green+Blue) = 145+140+109=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #918C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C6D is #6E7392. Grayscale: #8A8A8A. Windows color (decimal): -7238547 or 7179409. OLE color: 7179409.

HSL color Cylindrical-coordinate representation of color #918C6D: hue angle of 51.67º 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 #918C6D is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145140109-
CMYK00.030.250.43
HSL51.67º14.17%49.8%-
HSV(B)51.67º24.83%56.86%-
XYZ23.8225.8818.21-
YUV137.96111.66133.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.80%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=36.80%
G=35.53%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514010900.030.250.4351.6714.1749.8
Hex918C6D03192B34e32
Octal221214155033153641662
Binary10010001100011001101101011110011010111101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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