#976171

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

Shades of Mauve Taupe #976171

Tints of Mauve Taupe #976171

Color information

#976171 (or 0x976171) is unknown color: approx Mauve Taupe. HEX triplet: 97, 61 and 71. RGB value is (151,97,113). Sum of RGB (Red+Green+Blue) = 151+97+113=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #976171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976171 is #689E8E. Grayscale: #727272. Windows color (decimal): -6856335 or 7430551. OLE color: 7430551.

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

Color convert

RGB15197113-
CMYK00.360.250.41
HSL342.22º21.77%48.63%-
HSV(B)342.22º35.76%59.22%-
XYZ20.0216.3217.72-
YUV114.97126.89153.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=41.83%
G=26.87%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519711300.360.250.41342.2221.7748.63
Hex97617102419291561631
Octal22714116104431515262661
Binary100101111100001111000101001001100110100110101011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976171; }

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

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

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

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

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

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

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

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