#9B5D70

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

Shades of Mauve Taupe #9B5D70

Tints of Mauve Taupe #9B5D70

Color information

#9B5D70 (or 0x9B5D70) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 5D and 70. RGB value is (155,93,112). Sum of RGB (Red+Green+Blue) = 155+93+112=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D70 is #64A28F. Grayscale: #717171. Windows color (decimal): -6595216 or 7363995. OLE color: 7363995.

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

Color convert

RGB15593112-
CMYK00.40.280.39
HSL341.61º25%48.63%-
HSV(B)341.61º40%60.78%-
XYZ20.3615.9717.34-
YUV113.7127.04157.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 93 (36.72% from 255) = 25.83%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=43.06%
G=25.83%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559311200.40.280.39341.612548.63
Hex9B5D700281C271561931
Octal23313516005034475263161
Binary100110111011101111000001010001110010011110101011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,93,112); }

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

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

 a { background-color: rgb(155,93,112); }

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

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

 span { border-color: rgb(155,93,112); }

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