#988B64

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

Shades of Gurkha #988B64

Tints of Gurkha #988B64

Color information

#988B64 (or 0x988B64) is unknown color: approx Gurkha. HEX triplet: 98, 8B and 64. RGB value is (152,139,100). Sum of RGB (Red+Green+Blue) = 152+139+100=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #988B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B64 is #67749B. Grayscale: #8A8A8A. Windows color (decimal): -6780060 or 6589336. OLE color: 6589336.

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

Color convert

RGB152139100-
CMYK00.090.340.40
HSL45º20.63%49.41%-
HSV(B)45º34.21%59.61%-
XYZ24.4826.0615.8-
YUV138.44106.31137.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=38.87%
G=35.55%
B=25.58%

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
Decimal15213910000.090.340.404520.6349.41
Hex988B640922282d1531
Octal2302131440114250552561
Binary100110001000101111001000100110001010100010110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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