#988E65

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

Shades of Gurkha #988E65

Tints of Gurkha #988E65

Color information

#988E65 (or 0x988E65) is unknown color: approx Gurkha. HEX triplet: 98, 8E and 65. RGB value is (152,142,101). Sum of RGB (Red+Green+Blue) = 152+142+101=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #988E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E65 is #67719A. Grayscale: #8C8C8C. Windows color (decimal): -6779291 or 6655640. OLE color: 6655640.

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

Color convert

RGB152142101-
CMYK00.070.340.40
HSL48.24º20.16%49.61%-
HSV(B)48.24º33.55%59.61%-
XYZ24.9726.9616.2-
YUV140.32105.81136.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=38.48%
G=35.95%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214210100.070.340.4048.2420.1649.61
Hex988E65072228301432
Octal230216145074250602462
Binary10011000100011101100101011110001010100011000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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