#975576

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

Shades of Mauve Taupe #975576

Tints of Mauve Taupe #975576

Color information

#975576 (or 0x975576) is unknown color: approx Mauve Taupe. HEX triplet: 97, 55 and 76. RGB value is (151,85,118). Sum of RGB (Red+Green+Blue) = 151+85+118=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #975576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975576 is #68AA89. Grayscale: #6C6C6C. Windows color (decimal): -6859402 or 7755159. OLE color: 7755159.

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

Color convert

RGB15185118-
CMYK00.440.220.41
HSL330º27.97%46.27%-
HSV(B)330º43.71%59.22%-
XYZ19.2814.3818.9-
YUV108.5133.37158.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=42.66%
G=24.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518511800.440.220.4133027.9746.27
Hex97557602C162914a1c2e
Octal22712516605426515123456
Binary100101111010101111011001011001011010100110100101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975576; }

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

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

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

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

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

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

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

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