#988F6D

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

Shades of Gurkha #988F6D

Tints of Gurkha #988F6D

Color information

#988F6D (or 0x988F6D) is unknown color: approx Gurkha. HEX triplet: 98, 8F and 6D. RGB value is (152,143,109). Sum of RGB (Red+Green+Blue) = 152+143+109=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #988F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F6D is #677092. Grayscale: #8D8D8D. Windows color (decimal): -6779027 or 7180184. OLE color: 7180184.

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

Color convert

RGB152143109-
CMYK00.060.280.40
HSL47.44º17.27%51.18%-
HSV(B)47.44º28.29%59.61%-
XYZ25.5327.4218.42-
YUV141.81109.48135.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=37.62%
G=35.40%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214310900.060.280.4047.4417.2751.18
Hex988F6D061C282f1133
Octal230217155063450572163
Binary1001100010001111110110101101110010100010111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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