#918E71

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

Shades of Gurkha #918E71

Tints of Gurkha #918E71

Color information

#918E71 (or 0x918E71) is unknown color: approx Gurkha. HEX triplet: 91, 8E and 71. RGB value is (145,142,113). Sum of RGB (Red+Green+Blue) = 145+142+113=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #918E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E71 is #6E718E. Grayscale: #8B8B8B. Windows color (decimal): -7238031 or 7442065. OLE color: 7442065.

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

Color convert

RGB145142113-
CMYK00.020.220.43
HSL54.38º12.7%50.59%-
HSV(B)54.38º22.07%56.86%-
XYZ24.3326.5619.47-
YUV139.59112.99131.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.25%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=36.25%
G=35.5%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514211300.020.220.4354.3812.750.59
Hex918E7102162B36d33
Octal221216161022653661563
Binary10010001100011101110001010101101010111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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