#988B65

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

Shades of Gurkha #988B65

Tints of Gurkha #988B65

Color information

#988B65 (or 0x988B65) is unknown color: approx Gurkha. HEX triplet: 98, 8B and 65. RGB value is (152,139,101). Sum of RGB (Red+Green+Blue) = 152+139+101=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #988B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B65 is #67749A. Grayscale: #8A8A8A. Windows color (decimal): -6780059 or 6654872. OLE color: 6654872.

HSL color Cylindrical-coordinate representation of color #988B65: hue angle of 44.71º 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 #988B65 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB152139101-
CMYK00.090.340.40
HSL44.71º20.16%49.61%-
HSV(B)44.71º33.55%59.61%-
XYZ24.5326.0816.05-
YUV138.56106.81137.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=38.78%
G=35.46%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213910100.090.340.4044.7120.1649.61
Hex988B650922282d1432
Octal2302131450114250552462
Binary100110001000101111001010100110001010100010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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