#975676

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

Shades of Mauve Taupe #975676

Tints of Mauve Taupe #975676

Color information

#975676 (or 0x975676) is unknown color: approx Mauve Taupe. HEX triplet: 97, 56 and 76. RGB value is (151,86,118). Sum of RGB (Red+Green+Blue) = 151+86+118=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #975676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975676 is #68A989. Grayscale: #6D6D6D. Windows color (decimal): -6859146 or 7755415. OLE color: 7755415.

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

Color convert

RGB15186118-
CMYK00.430.220.41
HSL330.46º27.43%46.47%-
HSV(B)330.46º43.05%59.22%-
XYZ19.3614.5418.93-
YUV109.08133.03157.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.54%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=42.54%
G=24.23%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518611800.430.220.41330.4627.4346.47
Hex97567602B162914a1b2e
Octal22712616605326515123356
Binary100101111010110111011001010111011010100110100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975676; }

 p { color: rgb(151,86,118); }

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

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

 a { background-color: rgb(151,86,118); }

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

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

 span { border-color: rgb(151,86,118); }

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