#988D63

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

Shades of Gurkha #988D63

Tints of Gurkha #988D63

Color information

#988D63 (or 0x988D63) is unknown color: approx Gurkha. HEX triplet: 98, 8D and 63. RGB value is (152,141,99). Sum of RGB (Red+Green+Blue) = 152+141+99=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #988D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D63 is #67729C. Grayscale: #8B8B8B. Windows color (decimal): -6779549 or 6524312. OLE color: 6524312.

HSL color Cylindrical-coordinate representation of color #988D63: hue angle of 47.55º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #988D63 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB15214199-
CMYK00.070.350.40
HSL47.55º21.12%49.22%-
HSV(B)47.55º34.87%59.61%-
XYZ24.7326.6315.64-
YUV139.5105.14136.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=38.78%
G=35.97%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521419900.070.350.4047.5521.1249.22
Hex988D63072328301531
Octal230215143074350602561
Binary10011000100011011100011011110001110100011000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,141,99); }

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

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

 a { background-color: rgb(152,141,99); }

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

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

 span { border-color: rgb(152,141,99); }

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