#9B586D

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

Shades of Mauve Taupe #9B586D

Tints of Mauve Taupe #9B586D

Color information

#9B586D (or 0x9B586D) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 58 and 6D. RGB value is (155,88,109). Sum of RGB (Red+Green+Blue) = 155+88+109=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B586D is #64A792. Grayscale: #6E6E6E. Windows color (decimal): -6596499 or 7166107. OLE color: 7166107.

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

Color convert

RGB15588109-
CMYK00.430.300.39
HSL341.19º27.57%47.65%-
HSV(B)341.19º43.23%60.78%-
XYZ19.7715.0516.33-
YUV110.43127.2159.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=44.03%
G=25%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558810900.430.300.39341.1927.5747.65
Hex9B586D02B1E271551c30
Octal23313015505336475253460
Binary100110111011000110110101010111111010011110101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,109); }

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

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

 a { background-color: rgb(155,88,109); }

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

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

 span { border-color: rgb(155,88,109); }

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