#9D6374

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

Shades of Mauve Taupe #9D6374

Tints of Mauve Taupe #9D6374

Color information

#9D6374 (or 0x9D6374) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 63 and 74. RGB value is (157,99,116). Sum of RGB (Red+Green+Blue) = 157+99+116=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6374 is #629C8B. Grayscale: #767676. Windows color (decimal): -6462604 or 7627677. OLE color: 7627677.

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

Color convert

RGB15799116-
CMYK00.370.260.38
HSL342.41º22.83%50.2%-
HSV(B)342.41º36.94%61.57%-
XYZ21.5217.3518.74-
YUV118.28126.72155.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.20%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=42.20%
G=26.61%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579911600.370.260.38342.4122.8350.2
Hex9D63740251A261561732
Octal23514316404532465262762
Binary100111011100011111010001001011101010011010101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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