#9B6578

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

Shades of Mauve Taupe #9B6578

Tints of Mauve Taupe #9B6578

Color information

#9B6578 (or 0x9B6578) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 65 and 78. RGB value is (155,101,120). Sum of RGB (Red+Green+Blue) = 155+101+120=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6578 is #649A87. Grayscale: #777777. Windows color (decimal): -6593160 or 7890331. OLE color: 7890331.

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

Color convert

RGB155101120-
CMYK00.350.230.39
HSL338.89º21.26%50.2%-
HSV(B)338.89º34.84%60.78%-
XYZ21.5617.6320.04-
YUV119.31128.39153.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=41.22%
G=26.86%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510112000.350.230.39338.8921.2650.2
Hex9B657802317271531532
Octal23314517004327475232562
Binary100110111100101111100001000111011110011110101001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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