#918B73

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

Shades of Gurkha #918B73

Tints of Gurkha #918B73

Color information

#918B73 (or 0x918B73) is unknown color: approx Gurkha. HEX triplet: 91, 8B and 73. RGB value is (145,139,115). Sum of RGB (Red+Green+Blue) = 145+139+115=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #918B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B73 is #6E748C. Grayscale: #8A8A8A. Windows color (decimal): -7238797 or 7572369. OLE color: 7572369.

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

Color convert

RGB145139115-
CMYK00.040.210.43
HSL48º12%50.98%-
HSV(B)48º20.69%56.86%-
XYZ2425.7219.92-
YUV138.06114.99132.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=36.34%
G=34.84%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513911500.040.210.43481250.98
Hex918B7304152B30c33
Octal221213163042553601463
Binary100100011000101111100110100101011010111100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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