#9D6779

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

Shades of Mauve Taupe #9D6779

Tints of Mauve Taupe #9D6779

Color information

#9D6779 (or 0x9D6779) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 67 and 79. RGB value is (157,103,121). Sum of RGB (Red+Green+Blue) = 157+103+121=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6779 is #629886. Grayscale: #797979. Windows color (decimal): -6461575 or 7956381. OLE color: 7956381.

HSL color Cylindrical-coordinate representation of color #9D6779: hue angle of 340º degrees, saturation: 0.22, 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 #9D6779 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB157103121-
CMYK00.340.230.38
HSL340º21.6%50.98%-
HSV(B)340º34.39%61.57%-
XYZ22.2118.2520.44-
YUV121.2127.89153.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=41.21%
G=27.03%
B=31.76%

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
Decimal15710312100.340.230.3834021.650.98
Hex9D677902217261541633
Octal23514717104227465242663
Binary100111011100111111100101000101011110011010101010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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