#988E68

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

Shades of Gurkha #988E68

Tints of Gurkha #988E68

Color information

#988E68 (or 0x988E68) is unknown color: approx Gurkha. HEX triplet: 98, 8E and 68. RGB value is (152,142,104). Sum of RGB (Red+Green+Blue) = 152+142+104=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #988E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E68 is #677197. Grayscale: #8C8C8C. Windows color (decimal): -6779288 or 6852248. OLE color: 6852248.

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

Color convert

RGB152142104-
CMYK00.070.320.40
HSL47.5º18.9%50.2%-
HSV(B)47.5º31.58%59.61%-
XYZ25.1227.0216.99-
YUV140.66107.31136.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=38.19%
G=35.68%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214210400.070.320.4047.518.950.2
Hex988E68072028301332
Octal230216150074050602362
Binary10011000100011101101000011110000010100011000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,142,104); }

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

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

 a { background-color: rgb(152,142,104); }

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

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

 span { border-color: rgb(152,142,104); }

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