#918B74

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

Shades of Gurkha #918B74

Tints of Gurkha #918B74

Color information

#918B74 (or 0x918B74) is unknown color: approx Gurkha. HEX triplet: 91, 8B and 74. RGB value is (145,139,116). Sum of RGB (Red+Green+Blue) = 145+139+116=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #918B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B74 is #6E748B. Grayscale: #8A8A8A. Windows color (decimal): -7238796 or 7637905. OLE color: 7637905.

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

Color convert

RGB145139116-
CMYK00.040.20.43
HSL47.59º11.65%51.18%-
HSV(B)47.59º20%56.86%-
XYZ24.0625.7520.22-
YUV138.17115.49132.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.25%
GREEN value IS 139 (54.69% from 255) = 34.75%
BLUE value IS 116 (45.70% from 255) = 29%
R=36.25%
G=34.75%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513911600.040.20.4347.5911.6551.18
Hex918B7404142B30c33
Octal221213164042453601463
Binary100100011000101111101000100101001010111100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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