#9D5671

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

Shades of Mauve Taupe #9D5671

Tints of Mauve Taupe #9D5671

Color information

#9D5671 (or 0x9D5671) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 56 and 71. RGB value is (157,86,113). Sum of RGB (Red+Green+Blue) = 157+86+113=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5671 is #62A98E. Grayscale: #6E6E6E. Windows color (decimal): -6465935 or 7427741. OLE color: 7427741.

HSL color Cylindrical-coordinate representation of color #9D5671: hue angle of 337.18º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D5671 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15786113-
CMYK00.450.280.38
HSL337.18º29.22%47.65%-
HSV(B)337.18º45.22%61.57%-
XYZ20.2115.0217.46-
YUV110.31129.52161.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=44.10%
G=24.16%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578611300.450.280.38337.1829.2247.65
Hex9D567102D1C261511d30
Octal23512616105534465213560
Binary100111011010110111000101011011110010011010101000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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