#998E65

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

Shades of Gurkha #998E65

Tints of Gurkha #998E65

Color information

#998E65 (or 0x998E65) is unknown color: approx Gurkha. HEX triplet: 99, 8E and 65. RGB value is (153,142,101). Sum of RGB (Red+Green+Blue) = 153+142+101=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #998E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E65 is #66719A. Grayscale: #8C8C8C. Windows color (decimal): -6713755 or 6655641. OLE color: 6655641.

HSL color Cylindrical-coordinate representation of color #998E65: hue angle of 47.31º 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 #998E65 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB153142101-
CMYK00.070.340.4
HSL47.31º20.47%49.8%-
HSV(B)47.31º33.99%60%-
XYZ25.1627.0616.21-
YUV140.62105.64136.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=38.64%
G=35.86%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314210100.070.340.447.3120.4749.8
Hex998E650722282f1432
Octal231216145074250572462
Binary10011001100011101100101011110001010100010111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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