#988F6F

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

Shades of Gurkha #988F6F

Tints of Gurkha #988F6F

Color information

#988F6F (or 0x988F6F) is unknown color: approx Gurkha. HEX triplet: 98, 8F and 6F. RGB value is (152,143,111). Sum of RGB (Red+Green+Blue) = 152+143+111=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #988F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F6F is #677090. Grayscale: #8E8E8E. Windows color (decimal): -6779025 or 7311256. OLE color: 7311256.

HSL color Cylindrical-coordinate representation of color #988F6F: hue angle of 46.83º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #988F6F is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB152143111-
CMYK00.060.270.40
HSL46.83º16.6%51.57%-
HSV(B)46.83º26.97%59.61%-
XYZ25.6427.4718.99-
YUV142.04110.48135.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=37.44%
G=35.22%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214311100.060.270.4046.8316.651.57
Hex988F6F061B282f1134
Octal230217157063350572164
Binary1001100010001111110111101101101110100010111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988F6F; }

 p { color: rgb(152,143,111); }

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

<style>
 a { background-color: #988F6F; }

 a { background-color: rgb(152,143,111); }

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

<style>
 span { border-color: #988F6F; }

 span { border-color: rgb(152,143,111); }

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