#989579

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

Shades of Gurkha #989579

Tints of Gurkha #989579

Color information

#989579 (or 0x989579) is unknown color: approx Gurkha. HEX triplet: 98, 95 and 79. RGB value is (152,149,121). Sum of RGB (Red+Green+Blue) = 152+149+121=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #989579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989579 is #676A86. Grayscale: #929292. Windows color (decimal): -6777479 or 7968152. OLE color: 7968152.

HSL color Cylindrical-coordinate representation of color #989579: hue angle of 54.19º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989579 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152149121-
CMYK00.020.200.40
HSL54.19º13.08%53.53%-
HSV(B)54.19º20.39%59.61%-
XYZ27.1529.5522.36-
YUV146.71113.49131.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=36.02%
G=35.31%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214912100.020.200.4054.1913.0853.53
Hex98957902142836d36
Octal230225171022450661566
Binary10011000100101011111001010101001010001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989579; }

 p { color: rgb(152,149,121); }

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

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

 a { background-color: rgb(152,149,121); }

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

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

 span { border-color: rgb(152,149,121); }

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