#8E8973

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

Shades of Gurkha #8E8973

Tints of Gurkha #8E8973

Color information

#8E8973 (or 0x8E8973) is unknown color: approx Gurkha. HEX triplet: 8E, 89 and 73. RGB value is (142,137,115). Sum of RGB (Red+Green+Blue) = 142+137+115=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8973 is #71768C. Grayscale: #888888. Windows color (decimal): -7435917 or 7571854. OLE color: 7571854.

HSL color Cylindrical-coordinate representation of color #8E8973: hue angle of 48.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E8973 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB142137115-
CMYK00.040.190.44
HSL48.89º10.67%50.39%-
HSV(B)48.89º19.01%55.69%-
XYZ23.224.8819.8-
YUV135.99116.16132.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=36.04%
G=34.77%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213711500.040.190.4448.8910.6750.39
Hex8E897304132C31b32
Octal216211163042354611362
Binary100011101000100111100110100100111011001100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8973; }

 p { color: rgb(142,137,115); }

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

<style>
 a { background-color: #8E8973; }

 a { background-color: rgb(142,137,115); }

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

<style>
 span { border-color: #8E8973; }

 span { border-color: rgb(142,137,115); }

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