#9B6575

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

Shades of Mauve Taupe #9B6575

Tints of Mauve Taupe #9B6575

Color information

#9B6575 (or 0x9B6575) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 65 and 75. RGB value is (155,101,117). Sum of RGB (Red+Green+Blue) = 155+101+117=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6575 is #649A8A. Grayscale: #767676. Windows color (decimal): -6593163 or 7693723. OLE color: 7693723.

HSL color Cylindrical-coordinate representation of color #9B6575: hue angle of 342.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B6575 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB155101117-
CMYK00.350.250.39
HSL342.22º21.26%50.2%-
HSV(B)342.22º34.84%60.78%-
XYZ21.3817.5619.09-
YUV118.97126.89153.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=41.55%
G=27.08%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510111700.350.250.39342.2221.2650.2
Hex9B657502319271561532
Octal23314516504331475262562
Binary100110111100101111010101000111100110011110101011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,101,117); }

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

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

 a { background-color: rgb(155,101,117); }

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

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

 span { border-color: rgb(155,101,117); }

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