#9B6072

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

Shades of Mauve Taupe #9B6072

Tints of Mauve Taupe #9B6072

Color information

#9B6072 (or 0x9B6072) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 60 and 72. RGB value is (155,96,114). Sum of RGB (Red+Green+Blue) = 155+96+114=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6072 is #649F8D. Grayscale: #737373. Windows color (decimal): -6594446 or 7495835. OLE color: 7495835.

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

Color convert

RGB15596114-
CMYK00.380.260.39
HSL341.69º23.51%49.22%-
HSV(B)341.69º38.06%60.78%-
XYZ20.7416.5518.02-
YUV115.69127.05156.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=42.47%
G=26.30%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559611400.380.260.39341.6923.5149.22
Hex9B60720261A271561831
Octal23314016204632475263061
Binary100110111100000111001001001101101010011110101011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,96,114); }

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

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

 a { background-color: rgb(155,96,114); }

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

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

 span { border-color: rgb(155,96,114); }

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