#979171

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

Shades of Gurkha #979171

Tints of Gurkha #979171

Color information

#979171 (or 0x979171) is unknown color: approx Gurkha. HEX triplet: 97, 91 and 71. RGB value is (151,145,113). Sum of RGB (Red+Green+Blue) = 151+145+113=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #979171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979171 is #686E8E. Grayscale: #8F8F8F. Windows color (decimal): -6844047 or 7442839. OLE color: 7442839.

HSL color Cylindrical-coordinate representation of color #979171: hue angle of 50.53º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #979171 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB151145113-
CMYK00.040.250.41
HSL50.53º15.45%51.76%-
HSV(B)50.53º25.17%59.22%-
XYZ25.8728.0219.67-
YUV143.15110.99133.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=36.92%
G=35.45%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114511300.040.250.4150.5315.4551.76
Hex97917104192933f34
Octal227221161043151631764
Binary100101111001000111100010100110011010011100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979171; }

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

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

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

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

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

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

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

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