#975973

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

Shades of Mauve Taupe #975973

Tints of Mauve Taupe #975973

Color information

#975973 (or 0x975973) is unknown color: approx Mauve Taupe. HEX triplet: 97, 59 and 73. RGB value is (151,89,115). Sum of RGB (Red+Green+Blue) = 151+89+115=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #975973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975973 is #68A68C. Grayscale: #6E6E6E. Windows color (decimal): -6858381 or 7559575. OLE color: 7559575.

HSL color Cylindrical-coordinate representation of color #975973: hue angle of 334.84º 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 #975973 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15189115-
CMYK00.410.240.41
HSL334.84º25.83%47.06%-
HSV(B)334.84º41.06%59.22%-
XYZ19.4314.9618.08-
YUV110.5130.54156.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.54%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=42.54%
G=25.07%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518911500.410.240.41334.8425.8347.06
Hex975973029182914f1a2f
Octal22713116305130515173257
Binary100101111011001111001101010011100010100110100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975973; }

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

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

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

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

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

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

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

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