#9D6576

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

Shades of Mauve Taupe #9D6576

Tints of Mauve Taupe #9D6576

Color information

#9D6576 (or 0x9D6576) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 65 and 76. RGB value is (157,101,118). Sum of RGB (Red+Green+Blue) = 157+101+118=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6576 is #629A89. Grayscale: #777777. Windows color (decimal): -6462090 or 7759261. OLE color: 7759261.

HSL color Cylindrical-coordinate representation of color #9D6576: hue angle of 341.79º 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 #9D6576 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB157101118-
CMYK00.360.250.38
HSL341.79º22.22%50.59%-
HSV(B)341.79º35.67%61.57%-
XYZ21.8317.7819.42-
YUV119.68127.05154.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=41.76%
G=26.86%
B=31.38%

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
Decimal15710111800.360.250.38341.7922.2250.59
Hex9D657602419261561633
Octal23514516604431465262663
Binary100111011100101111011001001001100110011010101011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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