#9B616B

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

Shades of Mauve Taupe #9B616B

Tints of Mauve Taupe #9B616B

Color information

#9B616B (or 0x9B616B) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 61 and 6B. RGB value is (155,97,107). Sum of RGB (Red+Green+Blue) = 155+97+107=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B616B is #649E94. Grayscale: #737373. Windows color (decimal): -6594197 or 7037339. OLE color: 7037339.

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

Color convert

RGB15597107-
CMYK00.370.310.39
HSL349.66º23.02%49.41%-
HSV(B)349.66º37.42%60.78%-
XYZ20.4516.5816.03-
YUV115.48123.22156.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.18%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=43.18%
G=27.02%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559710700.370.310.39349.6623.0249.41
Hex9B616B0251F2715e1731
Octal23314115304537475362761
Binary100110111100001110101101001011111110011110101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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