#9D5F6D

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

Shades of Mauve Taupe #9D5F6D

Tints of Mauve Taupe #9D5F6D

Color information

#9D5F6D (or 0x9D5F6D) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 5F and 6D. RGB value is (157,95,109). Sum of RGB (Red+Green+Blue) = 157+95+109=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5F6D is #62A092. Grayscale: #737373. Windows color (decimal): -6463635 or 7167901. OLE color: 7167901.

HSL color Cylindrical-coordinate representation of color #9D5F6D: hue angle of 346.45º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D5F6D is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15795109-
CMYK00.390.310.38
HSL346.45º24.6%49.41%-
HSV(B)346.45º39.49%61.57%-
XYZ20.7616.4616.55-
YUV115.13124.54157.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=43.49%
G=26.32%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579510900.390.310.38346.4524.649.41
Hex9D5F6D0271F2615a1931
Octal23513715504737465323161
Binary100111011011111110110101001111111110011010101101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,109); }

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

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

 a { background-color: rgb(157,95,109); }

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

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

 span { border-color: rgb(157,95,109); }

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