#9D6879

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

Shades of Mauve Taupe #9D6879

Tints of Mauve Taupe #9D6879

Color information

#9D6879 (or 0x9D6879) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 68 and 79. RGB value is (157,104,121). Sum of RGB (Red+Green+Blue) = 157+104+121=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6879 is #629786. Grayscale: #797979. Windows color (decimal): -6461319 or 7956637. OLE color: 7956637.

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

Color convert

RGB157104121-
CMYK00.340.230.38
HSL340.75º21.29%51.18%-
HSV(B)340.75º33.76%61.57%-
XYZ22.3118.4520.47-
YUV121.78127.56153.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=41.10%
G=27.23%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710412100.340.230.38340.7521.2951.18
Hex9D687902217261551533
Octal23515017104227465252563
Binary100111011101000111100101000101011110011010101010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,104,121); }

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

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

 a { background-color: rgb(157,104,121); }

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

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

 span { border-color: rgb(157,104,121); }

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