#918E7B

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

Shades of Gurkha #918E7B

Tints of Gurkha #918E7B

Color information

#918E7B (or 0x918E7B) is unknown color: approx Gurkha. HEX triplet: 91, 8E and 7B. RGB value is (145,142,123). Sum of RGB (Red+Green+Blue) = 145+142+123=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 145 - color contains mainly: red. Hex color #918E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E7B is #6E7184. Grayscale: #8C8C8C. Windows color (decimal): -7238021 or 8097425. OLE color: 8097425.

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

Color convert

RGB145142123-
CMYK00.020.150.43
HSL51.82º9.09%52.55%-
HSV(B)51.82º15.17%56.86%-
XYZ24.9326.822.6-
YUV140.73117.99131.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 123 (48.44% from 255) = 30%
R=35.37%
G=34.63%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514212300.020.150.4351.829.0952.55
Hex918E7B02F2B34935
Octal221216173021753641165
Binary1001000110001110111101101011111010111101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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