#918C71

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

Shades of Gurkha #918C71

Tints of Gurkha #918C71

Color information

#918C71 (or 0x918C71) is unknown color: approx Gurkha. HEX triplet: 91, 8C and 71. RGB value is (145,140,113). Sum of RGB (Red+Green+Blue) = 145+140+113=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C71 is #6E738E. Grayscale: #8A8A8A. Windows color (decimal): -7238543 or 7441553. OLE color: 7441553.

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

Color convert

RGB145140113-
CMYK00.030.220.43
HSL50.63º12.7%50.59%-
HSV(B)50.63º22.07%56.86%-
XYZ24.0425.9719.37-
YUV138.42113.66132.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=36.43%
G=35.18%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514011300.030.220.4350.6312.750.59
Hex918C7103162B33d33
Octal221214161032653631563
Binary10010001100011001110001011101101010111100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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