#918D6C

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

Shades of Gurkha #918D6C

Tints of Gurkha #918D6C

Color information

#918D6C (or 0x918D6C) is unknown color: approx Gurkha. HEX triplet: 91, 8D and 6C. RGB value is (145,141,108). Sum of RGB (Red+Green+Blue) = 145+141+108=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #918D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D6C is #6E7293. Grayscale: #8A8A8A. Windows color (decimal): -7238292 or 7114129. OLE color: 7114129.

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

Color convert

RGB145141108-
CMYK00.030.260.43
HSL53.51º14.62%49.61%-
HSV(B)53.51º25.52%56.86%-
XYZ23.9126.1517.98-
YUV138.43110.83132.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.80%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=36.80%
G=35.79%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514110800.030.260.4353.5114.6249.61
Hex918D6C031A2B36f32
Octal221215154033253661762
Binary10010001100011011101100011110101010111101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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