#9B616D

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

Shades of Mauve Taupe #9B616D

Tints of Mauve Taupe #9B616D

Color information

#9B616D (or 0x9B616D) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 61 and 6D. RGB value is (155,97,109). Sum of RGB (Red+Green+Blue) = 155+97+109=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B616D is #649E92. Grayscale: #737373. Windows color (decimal): -6594195 or 7168411. OLE color: 7168411.

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

Color convert

RGB15597109-
CMYK00.370.300.39
HSL347.59º23.02%49.41%-
HSV(B)347.59º37.42%60.78%-
XYZ20.5516.6216.59-
YUV115.71124.22156.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=42.94%
G=26.87%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559710900.370.300.39347.5923.0249.41
Hex9B616D0251E2715c1731
Octal23314115504536475342761
Binary100110111100001110110101001011111010011110101110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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