#988E69

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

Shades of Gurkha #988E69

Tints of Gurkha #988E69

Color information

#988E69 (or 0x988E69) is unknown color: approx Gurkha. HEX triplet: 98, 8E and 69. RGB value is (152,142,105). Sum of RGB (Red+Green+Blue) = 152+142+105=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #988E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E69 is #677196. Grayscale: #8C8C8C. Windows color (decimal): -6779287 or 6917784. OLE color: 6917784.

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

Color convert

RGB152142105-
CMYK00.070.310.40
HSL47.23º18.58%50.39%-
HSV(B)47.23º30.92%59.61%-
XYZ25.1727.0417.26-
YUV140.77107.81136.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=38.10%
G=35.59%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214210500.070.310.4047.2318.5850.39
Hex988E69071F282f1332
Octal230216151073750572362
Binary1001100010001110110100101111111110100010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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