#918A71

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

Shades of Gurkha #918A71

Tints of Gurkha #918A71

Color information

#918A71 (or 0x918A71) is unknown color: approx Gurkha. HEX triplet: 91, 8A and 71. RGB value is (145,138,113). Sum of RGB (Red+Green+Blue) = 145+138+113=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #918A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A71 is #6E758E. Grayscale: #898989. Windows color (decimal): -7239055 or 7441041. OLE color: 7441041.

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

Color convert

RGB145138113-
CMYK00.050.220.43
HSL46.88º12.7%50.59%-
HSV(B)46.88º22.07%56.86%-
XYZ23.7525.3919.27-
YUV137.24114.32133.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.62%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=36.62%
G=34.85%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513811300.050.220.4346.8812.750.59
Hex918A7105162B2fd33
Octal221212161052653571563
Binary100100011000101011100010101101101010111011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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