#9B5B6E

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

Shades of Mauve Taupe #9B5B6E

Tints of Mauve Taupe #9B5B6E

Color information

#9B5B6E (or 0x9B5B6E) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 5B and 6E. RGB value is (155,91,110). Sum of RGB (Red+Green+Blue) = 155+91+110=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B6E is #64A491. Grayscale: #707070. Windows color (decimal): -6595730 or 7232411. OLE color: 7232411.

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

Color convert

RGB15591110-
CMYK00.410.290.39
HSL342.19º26.02%48.24%-
HSV(B)342.19º41.29%60.78%-
XYZ20.0715.5816.7-
YUV112.3126.7158.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=43.54%
G=25.56%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559111000.410.290.39342.1926.0248.24
Hex9B5B6E0291D271561a30
Octal23313315605135475263260
Binary100110111011011110111001010011110110011110101011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,91,110); }

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

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

 a { background-color: rgb(155,91,110); }

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

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

 span { border-color: rgb(155,91,110); }

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