#9D6578

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

Shades of Mauve Taupe #9D6578

Tints of Mauve Taupe #9D6578

Color information

#9D6578 (or 0x9D6578) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 65 and 78. RGB value is (157,101,120). Sum of RGB (Red+Green+Blue) = 157+101+120=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6578 is #629A87. Grayscale: #777777. Windows color (decimal): -6462088 or 7890333. OLE color: 7890333.

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

Color convert

RGB157101120-
CMYK00.360.240.38
HSL339.64º22.22%50.59%-
HSV(B)339.64º35.67%61.57%-
XYZ21.9517.8320.05-
YUV119.91128.05154.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=41.53%
G=26.72%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710112000.360.240.38339.6422.2250.59
Hex9D657802418261541633
Octal23514517004430465242663
Binary100111011100101111100001001001100010011010101010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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