#918E7A

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

Shades of Gurkha #918E7A

Tints of Gurkha #918E7A

Color information

#918E7A (or 0x918E7A) is unknown color: approx Gurkha. HEX triplet: 91, 8E and 7A. RGB value is (145,142,122). Sum of RGB (Red+Green+Blue) = 145+142+122=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #918E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E7A is #6E7185. Grayscale: #8C8C8C. Windows color (decimal): -7238022 or 8031889. OLE color: 8031889.

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

Color convert

RGB145142122-
CMYK00.020.160.43
HSL52.17º9.47%52.35%-
HSV(B)52.17º15.86%56.86%-
XYZ24.8626.7722.27-
YUV140.62117.49131.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=35.45%
G=34.72%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514212200.020.160.4352.179.4752.35
Hex918E7A02102B34934
Octal221216172022053641164
Binary10010001100011101111010010100001010111101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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