#918D6F

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

Shades of Gurkha #918D6F

Tints of Gurkha #918D6F

Color information

#918D6F (or 0x918D6F) is unknown color: approx Gurkha. HEX triplet: 91, 8D and 6F. RGB value is (145,141,111). Sum of RGB (Red+Green+Blue) = 145+141+111=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D6F is #6E7290. Grayscale: #8A8A8A. Windows color (decimal): -7238289 or 7310737. OLE color: 7310737.

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

Color convert

RGB145141111-
CMYK00.030.230.43
HSL52.94º13.39%50.2%-
HSV(B)52.94º23.45%56.86%-
XYZ24.0726.2218.83-
YUV138.78112.33132.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=36.52%
G=35.52%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514111100.030.230.4352.9413.3950.2
Hex918D6F03172B35d32
Octal221215157032753651562
Binary10010001100011011101111011101111010111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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