#9D6474

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

Shades of Mauve Taupe #9D6474

Tints of Mauve Taupe #9D6474

Color information

#9D6474 (or 0x9D6474) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 64 and 74. RGB value is (157,100,116). Sum of RGB (Red+Green+Blue) = 157+100+116=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6474 is #629B8B. Grayscale: #767676. Windows color (decimal): -6462348 or 7627933. OLE color: 7627933.

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

Color convert

RGB157100116-
CMYK00.360.260.38
HSL343.16º22.53%50.39%-
HSV(B)343.16º36.31%61.57%-
XYZ21.6117.5418.77-
YUV118.87126.38155.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=42.09%
G=26.81%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710011600.360.260.38343.1622.5350.39
Hex9D64740241A261571732
Octal23514416404432465272762
Binary100111011100100111010001001001101010011010101011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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