#918E74

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

Shades of Gurkha #918E74

Tints of Gurkha #918E74

Color information

#918E74 (or 0x918E74) is unknown color: approx Gurkha. HEX triplet: 91, 8E and 74. RGB value is (145,142,116). Sum of RGB (Red+Green+Blue) = 145+142+116=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #918E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E74 is #6E718B. Grayscale: #8C8C8C. Windows color (decimal): -7238028 or 7638673. OLE color: 7638673.

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

Color convert

RGB145142116-
CMYK00.020.20.43
HSL53.79º11.65%51.18%-
HSV(B)53.79º20%56.86%-
XYZ24.526.6320.37-
YUV139.93114.49131.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.98%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=35.98%
G=35.24%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514211600.020.20.4353.7911.6551.18
Hex918E7402142B36c33
Octal221216164022453661463
Binary10010001100011101110100010101001010111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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