#9B6677

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

Shades of Mauve Taupe #9B6677

Tints of Mauve Taupe #9B6677

Color information

#9B6677 (or 0x9B6677) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 66 and 77. RGB value is (155,102,119). Sum of RGB (Red+Green+Blue) = 155+102+119=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6677 is #649988. Grayscale: #777777. Windows color (decimal): -6592905 or 7825051. OLE color: 7825051.

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

Color convert

RGB155102119-
CMYK00.340.230.39
HSL340.75º20.95%50.39%-
HSV(B)340.75º34.19%60.78%-
XYZ21.617.819.75-
YUV119.78127.56153.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=41.22%
G=27.13%
B=31.65%

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
Decimal15510211900.340.230.39340.7520.9550.39
Hex9B667702217271551532
Octal23314616704227475252562
Binary100110111100110111011101000101011110011110101010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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