#918B71

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

Shades of Gurkha #918B71

Tints of Gurkha #918B71

Color information

#918B71 (or 0x918B71) is unknown color: approx Gurkha. HEX triplet: 91, 8B and 71. RGB value is (145,139,113). Sum of RGB (Red+Green+Blue) = 145+139+113=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B71 is #6E748E. Grayscale: #898989. Windows color (decimal): -7238799 or 7441297. OLE color: 7441297.

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

Color convert

RGB145139113-
CMYK00.040.220.43
HSL48.75º12.7%50.59%-
HSV(B)48.75º22.07%56.86%-
XYZ23.8925.6819.32-
YUV137.83113.99133.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=36.52%
G=35.01%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513911300.040.220.4348.7512.750.59
Hex918B7104162B31d33
Octal221213161042653611563
Binary100100011000101111100010100101101010111100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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