#9D5676

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

Shades of Mauve Taupe #9D5676

Tints of Mauve Taupe #9D5676

Color information

#9D5676 (or 0x9D5676) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 56 and 76. RGB value is (157,86,118). Sum of RGB (Red+Green+Blue) = 157+86+118=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5676 is #62A989. Grayscale: #6E6E6E. Windows color (decimal): -6465930 or 7755421. OLE color: 7755421.

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

Color convert

RGB15786118-
CMYK00.450.250.38
HSL332.96º29.22%47.65%-
HSV(B)332.96º45.22%61.57%-
XYZ20.515.1318.98-
YUV110.88132.02160.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=43.49%
G=23.82%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578611800.450.250.38332.9629.2247.65
Hex9D567602D192614d1d30
Octal23512616605531465153560
Binary100111011010110111011001011011100110011010100110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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