#989171

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

Shades of Gurkha #989171

Tints of Gurkha #989171

Color information

#989171 (or 0x989171) is unknown color: approx Gurkha. HEX triplet: 98, 91 and 71. RGB value is (152,145,113). Sum of RGB (Red+Green+Blue) = 152+145+113=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #989171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989171 is #676E8E. Grayscale: #8F8F8F. Windows color (decimal): -6778511 or 7442840. OLE color: 7442840.

HSL color Cylindrical-coordinate representation of color #989171: hue angle of 49.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #989171 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB152145113-
CMYK00.050.260.40
HSL49.23º15.92%51.96%-
HSV(B)49.23º25.66%59.61%-
XYZ26.0528.1219.68-
YUV143.44110.82134.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=37.07%
G=35.37%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214511300.050.260.4049.2315.9251.96
Hex989171051A28311034
Octal230221161053250612064
Binary1001100010010001111000101011101010100011000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989171; }

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

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

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

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

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

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

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

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