#918D7B

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

Shades of Gurkha #918D7B

Tints of Gurkha #918D7B

Color information

#918D7B (or 0x918D7B) is unknown color: approx Gurkha. HEX triplet: 91, 8D and 7B. RGB value is (145,141,123). Sum of RGB (Red+Green+Blue) = 145+141+123=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #918D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D7B is #6E7284. Grayscale: #8C8C8C. Windows color (decimal): -7238277 or 8097169. OLE color: 8097169.

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

Color convert

RGB145141123-
CMYK00.030.150.43
HSL49.09º9.09%52.55%-
HSV(B)49.09º15.17%56.86%-
XYZ24.7826.522.55-
YUV140.14118.33131.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=35.45%
G=34.47%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514112300.030.150.4349.099.0952.55
Hex918D7B03F2B31935
Octal221215173031753611165
Binary1001000110001101111101101111111010111100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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