#9B5B6A

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

Shades of Mauve Taupe #9B5B6A

Tints of Mauve Taupe #9B5B6A

Color information

#9B5B6A (or 0x9B5B6A) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 5B and 6A. RGB value is (155,91,106). Sum of RGB (Red+Green+Blue) = 155+91+106=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B6A is #64A495. Grayscale: #6F6F6F. Windows color (decimal): -6595734 or 6970267. OLE color: 6970267.

HSL color Cylindrical-coordinate representation of color #9B5B6A: hue angle of 345.94º 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 #9B5B6A is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB15591106-
CMYK00.410.320.39
HSL345.94º26.02%48.24%-
HSV(B)345.94º41.29%60.78%-
XYZ19.8615.4915.58-
YUV111.85124.7158.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=44.03%
G=25.85%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559110600.410.320.39345.9426.0248.24
Hex9B5B6A029202715a1a30
Octal23313315205140475323260
Binary1001101110110111101010010100110000010011110101101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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