#989179

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

Shades of Gurkha #989179

Tints of Gurkha #989179

Color information

#989179 (or 0x989179) is unknown color: approx Gurkha. HEX triplet: 98, 91 and 79. RGB value is (152,145,121). Sum of RGB (Red+Green+Blue) = 152+145+121=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #989179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989179 is #676E86. Grayscale: #909090. Windows color (decimal): -6778503 or 7967128. OLE color: 7967128.

HSL color Cylindrical-coordinate representation of color #989179: hue angle of 46.45º 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 #989179 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152145121-
CMYK00.050.200.40
HSL46.45º13.08%53.53%-
HSV(B)46.45º20.39%59.61%-
XYZ26.5328.3122.15-
YUV144.36114.82133.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=36.36%
G=34.69%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214512100.050.200.4046.4513.0853.53
Hex9891790514282ed36
Octal230221171052450561566
Binary100110001001000111110010101101001010001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989179; }

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

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

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

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

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

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

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

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