Html Css Color HEX #8E8973 Gurkha

📋 copy color: '#8E8973'

red 142 ◦ green 137 ◦ blue 115

#8E8973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #8E8973

Tints of Gurkha #8E8973

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 value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E8973 (or 0x8E8973) is known color: 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

RGB 142 137 115 -
CMYK 0 0.04 0.19 0.44
HSL 48.89º 0.11% 0.5% -
HSV(B) 48.89º 0.19% 0.56% -
XYZ 23.2 24.88 19.8 -
YUV 135.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 142 137 115 0 0.04 0.19 0.44 48.89 0.11 0.5
Hex 8E 89 73 0 4 13 2C 31 B 32
Octal 216 211 163 0 4 23 54 61 13 62
Binary 10001110 10001001 1110011 0 100 10011 101100 110001 1011 110010

Color Harmonies of #8E8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8973

Black with #8E8973

Text Example


Text Example

White with #8E8973

Text Example


Text Example

HTML Codes & Css Web 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>