#975C6D

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

Shades of Mauve Taupe #975C6D

Tints of Mauve Taupe #975C6D

Color information

#975C6D (or 0x975C6D) is unknown color: approx Mauve Taupe. HEX triplet: 97, 5C and 6D. RGB value is (151,92,109). Sum of RGB (Red+Green+Blue) = 151+92+109=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #975C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C6D is #68A392. Grayscale: #6F6F6F. Windows color (decimal): -6857619 or 7167127. OLE color: 7167127.

HSL color Cylindrical-coordinate representation of color #975C6D: hue angle of 342.71º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #975C6D is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15192109-
CMYK00.390.280.41
HSL342.71º24.28%47.65%-
HSV(B)342.71º39.07%59.22%-
XYZ19.3515.3416.41-
YUV111.58126.55156.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=42.90%
G=26.14%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519210900.390.280.41342.7124.2847.65
Hex975C6D0271C291571830
Octal22713415504734515273060
Binary100101111011100110110101001111110010100110101011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975C6D; }

 p { color: rgb(151,92,109); }

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

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

 a { background-color: rgb(151,92,109); }

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

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

 span { border-color: rgb(151,92,109); }

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