#975971

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

Shades of Mauve Taupe #975971

Tints of Mauve Taupe #975971

Color information

#975971 (or 0x975971) is unknown color: approx Mauve Taupe. HEX triplet: 97, 59 and 71. RGB value is (151,89,113). Sum of RGB (Red+Green+Blue) = 151+89+113=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #975971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975971 is #68A68E. Grayscale: #6E6E6E. Windows color (decimal): -6858383 or 7428503. OLE color: 7428503.

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

Color convert

RGB15189113-
CMYK00.410.250.41
HSL336.77º25.83%47.06%-
HSV(B)336.77º41.06%59.22%-
XYZ19.3214.9217.48-
YUV110.27129.54157.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=42.78%
G=25.21%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518911300.410.250.41336.7725.8347.06
Hex97597102919291511a2f
Octal22713116105131515213257
Binary100101111011001111000101010011100110100110101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975971; }

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

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

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

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

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

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

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

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