#8F8B6E

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

Shades of Gurkha #8F8B6E

Tints of Gurkha #8F8B6E

Color information

#8F8B6E (or 0x8F8B6E) is unknown color: approx Gurkha. HEX triplet: 8F, 8B and 6E. RGB value is (143,139,110). Sum of RGB (Red+Green+Blue) = 143+139+110=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8B6E is #707491. Grayscale: #898989. Windows color (decimal): -7369874 or 7244687. OLE color: 7244687.

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

Color convert

RGB143139110-
CMYK00.030.230.44
HSL52.73º13.04%49.61%-
HSV(B)52.73º23.08%56.08%-
XYZ23.3725.4318.43-
YUV136.89112.83132.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.48%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=36.48%
G=35.46%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313911000.030.230.4452.7313.0449.61
Hex8F8B6E03172C35d32
Octal217213156032754651562
Binary10001111100010111101110011101111011001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,139,110); }

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

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

 a { background-color: rgb(143,139,110); }

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

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

 span { border-color: rgb(143,139,110); }

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