#8F8871

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

Shades of Gurkha #8F8871

Tints of Gurkha #8F8871

Color information

#8F8871 (or 0x8F8871) is unknown color: approx Gurkha. HEX triplet: 8F, 88 and 71. RGB value is (143,136,113). Sum of RGB (Red+Green+Blue) = 143+136+113=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8871 is #70778E. Grayscale: #878787. Windows color (decimal): -7370639 or 7440527. OLE color: 7440527.

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

Color convert

RGB143136113-
CMYK00.050.210.44
HSL46º11.81%50.2%-
HSV(B)46º20.98%56.08%-
XYZ23.1124.6419.16-
YUV135.47115.32133.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.48%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=36.48%
G=34.69%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313611300.050.210.444611.8150.2
Hex8F887105152C2ec32
Octal217210161052554561462
Binary100011111000100011100010101101011011001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,136,113); }

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

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

 a { background-color: rgb(143,136,113); }

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

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

 span { border-color: rgb(143,136,113); }

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