#9B6678

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

Shades of Mauve Taupe #9B6678

Tints of Mauve Taupe #9B6678

Color information

#9B6678 (or 0x9B6678) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 66 and 78. RGB value is (155,102,120). Sum of RGB (Red+Green+Blue) = 155+102+120=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6678 is #649987. Grayscale: #777777. Windows color (decimal): -6592904 or 7890587. OLE color: 7890587.

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

Color convert

RGB155102120-
CMYK00.340.230.39
HSL339.62º20.95%50.39%-
HSV(B)339.62º34.19%60.78%-
XYZ21.6617.8320.07-
YUV119.9128.06153.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=41.11%
G=27.06%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510212000.340.230.39339.6220.9550.39
Hex9B667802217271541532
Octal23314617004227475242562
Binary100110111100110111100001000101011110011110101010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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