#918E75

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

Shades of Gurkha #918E75

Tints of Gurkha #918E75

Color information

#918E75 (or 0x918E75) is unknown color: approx Gurkha. HEX triplet: 91, 8E and 75. RGB value is (145,142,117). Sum of RGB (Red+Green+Blue) = 145+142+117=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #918E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E75 is #6E718A. Grayscale: #8C8C8C. Windows color (decimal): -7238027 or 7704209. OLE color: 7704209.

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

Color convert

RGB145142117-
CMYK00.020.190.43
HSL53.57º11.29%51.37%-
HSV(B)53.57º19.31%56.86%-
XYZ24.5626.6520.68-
YUV140.05114.99131.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.89%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=35.89%
G=35.15%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514211700.020.190.4353.5711.2951.37
Hex918E7502132B36b33
Octal221216165022353661363
Binary10010001100011101110101010100111010111101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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