#918D76

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

Shades of Gurkha #918D76

Tints of Gurkha #918D76

Color information

#918D76 (or 0x918D76) is unknown color: approx Gurkha. HEX triplet: 91, 8D and 76. RGB value is (145,141,118). Sum of RGB (Red+Green+Blue) = 145+141+118=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #918D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D76 is #6E7289. Grayscale: #8B8B8B. Windows color (decimal): -7238282 or 7769489. OLE color: 7769489.

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

Color convert

RGB145141118-
CMYK00.030.190.43
HSL51.11º10.93%51.57%-
HSV(B)51.11º18.62%56.86%-
XYZ24.4726.3820.94-
YUV139.57115.83131.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.89%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=35.89%
G=34.90%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514111800.030.190.4351.1110.9351.57
Hex918D7603132B33b34
Octal221215166032353631364
Binary10010001100011011110110011100111010111100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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