#918C74

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

Shades of Gurkha #918C74

Tints of Gurkha #918C74

Color information

#918C74 (or 0x918C74) is unknown color: approx Gurkha. HEX triplet: 91, 8C and 74. RGB value is (145,140,116). Sum of RGB (Red+Green+Blue) = 145+140+116=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #918C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C74 is #6E738B. Grayscale: #8A8A8A. Windows color (decimal): -7238540 or 7638161. OLE color: 7638161.

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

Color convert

RGB145140116-
CMYK00.030.20.43
HSL49.66º11.65%51.18%-
HSV(B)49.66º20%56.86%-
XYZ24.2126.0420.27-
YUV138.76115.16132.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=36.16%
G=34.91%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514011600.030.20.4349.6611.6551.18
Hex918C7403142B32c33
Octal221214164032453621463
Binary10010001100011001110100011101001010111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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