#8D8973

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

Shades of Gurkha #8D8973

Tints of Gurkha #8D8973

Color information

#8D8973 (or 0x8D8973) is unknown color: approx Gurkha. HEX triplet: 8D, 89 and 73. RGB value is (141,137,115). Sum of RGB (Red+Green+Blue) = 141+137+115=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8973 is #72768C. Grayscale: #878787. Windows color (decimal): -7501453 or 7571853. OLE color: 7571853.

HSL color Cylindrical-coordinate representation of color #8D8973: hue angle of 50.77º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D8973 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB141137115-
CMYK00.030.180.45
HSL50.77º10.24%50.2%-
HSV(B)50.77º18.44%55.29%-
XYZ23.0224.7919.79-
YUV135.69116.33131.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.88%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=35.88%
G=34.86%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113711500.030.180.4550.7710.2450.2
Hex8D897303122D33a32
Octal215211163032255631262
Binary10001101100010011110011011100101011011100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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