#9B5F6F

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

Shades of Mauve Taupe #9B5F6F

Tints of Mauve Taupe #9B5F6F

Color information

#9B5F6F (or 0x9B5F6F) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 5F and 6F. RGB value is (155,95,111). Sum of RGB (Red+Green+Blue) = 155+95+111=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5F6F is #64A090. Grayscale: #727272. Windows color (decimal): -6594705 or 7298971. OLE color: 7298971.

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

Color convert

RGB15595111-
CMYK00.390.280.39
HSL344º24%49.02%-
HSV(B)344º38.71%60.78%-
XYZ20.4816.317.11-
YUV114.76125.88156.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=42.94%
G=26.32%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559511100.390.280.393442449.02
Hex9B5F6F0271C271581831
Octal23313715704734475303061
Binary100110111011111110111101001111110010011110101100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,95,111); }

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

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

 a { background-color: rgb(155,95,111); }

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

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

 span { border-color: rgb(155,95,111); }

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