#9D6371

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

Shades of Mauve Taupe #9D6371

Tints of Mauve Taupe #9D6371

Color information

#9D6371 (or 0x9D6371) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 63 and 71. RGB value is (157,99,113). Sum of RGB (Red+Green+Blue) = 157+99+113=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6371 is #629C8E. Grayscale: #757575. Windows color (decimal): -6462607 or 7431069. OLE color: 7431069.

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

Color convert

RGB15799113-
CMYK00.370.280.38
HSL345.52º22.83%50.2%-
HSV(B)345.52º36.94%61.57%-
XYZ21.3517.2817.83-
YUV117.94125.22155.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=42.55%
G=26.83%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579911300.370.280.38345.5222.8350.2
Hex9D63710251C2615a1732
Octal23514316104534465322762
Binary100111011100011111000101001011110010011010101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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