Html Css Color HEX #8E8971 Gurkha

📋 copy color: '#8E8971'

red 142 ◦ green 137 ◦ blue 113

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

Shades of Gurkha #8E8971

Tints of Gurkha #8E8971

RGB

 RED value IS 142 (55.86% from 255) = 36.22%

 GREEN value IS 137 (53.91% from 255) = 34.95%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 36.22%
G = 34.95%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E8971 (or 0x8E8971) is known color: Gurkha. HEX triplet: 8E, 89 and 71. RGB value is (142,137,113). Sum of RGB (Red+Green+Blue) = 142+137+113=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8971 is #71768E. Grayscale: #878787. Windows color (decimal): -7435919 or 7440782. OLE color: 7440782.

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

Color convert

RGB 142 137 113 -
CMYK 0 0.04 0.20 0.44
HSL 49.66º 0.11% 0.5% -
HSV(B) 49.66º 0.2% 0.56% -
XYZ 23.08 24.83 19.2 -
YUV 135.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 142 137 113 0 0.04 0.20 0.44 49.66 0.11 0.5
Hex 8E 89 71 0 4 14 2C 32 B 32
Octal 216 211 161 0 4 24 54 62 13 62
Binary 10001110 10001001 1110001 0 100 10100 101100 110010 1011 110010

Color Harmonies of #8E8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8971

Black with #8E8971

Text Example


Text Example

White with #8E8971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E8971;
 }
 .AnyTagClassName
 {
   color: #8E8971;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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