#9D6472

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

Shades of Mauve Taupe #9D6472

Tints of Mauve Taupe #9D6472

Color information

#9D6472 (or 0x9D6472) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 64 and 72. RGB value is (157,100,114). Sum of RGB (Red+Green+Blue) = 157+100+114=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6472 is #629B8D. Grayscale: #767676. Windows color (decimal): -6462350 or 7496861. OLE color: 7496861.

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

Color convert

RGB157100114-
CMYK00.360.270.38
HSL345.26º22.53%50.39%-
HSV(B)345.26º36.31%61.57%-
XYZ21.517.518.16-
YUV118.64125.38155.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=42.32%
G=26.95%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710011400.360.270.38345.2622.5350.39
Hex9D64720241B261591732
Octal23514416204433465312762
Binary100111011100100111001001001001101110011010101100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,114); }

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

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

 a { background-color: rgb(157,100,114); }

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

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

 span { border-color: rgb(157,100,114); }

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