#9D6575

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

Shades of Mauve Taupe #9D6575

Tints of Mauve Taupe #9D6575

Color information

#9D6575 (or 0x9D6575) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 65 and 75. RGB value is (157,101,117). Sum of RGB (Red+Green+Blue) = 157+101+117=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6575 is #629A8A. Grayscale: #777777. Windows color (decimal): -6462091 or 7693725. OLE color: 7693725.

HSL color Cylindrical-coordinate representation of color #9D6575: hue angle of 342.86º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6575 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB157101117-
CMYK00.360.250.38
HSL342.86º22.22%50.59%-
HSV(B)342.86º35.67%61.57%-
XYZ21.7717.7619.11-
YUV119.57126.55154.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=41.87%
G=26.93%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710111700.360.250.38342.8622.2250.59
Hex9D657502419261571633
Octal23514516504431465272663
Binary100111011100101111010101001001100110011010101011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D6575; }

 p { color: rgb(157,101,117); }

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

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

 a { background-color: rgb(157,101,117); }

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

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

 span { border-color: rgb(157,101,117); }

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