#9B656E

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

Shades of Mauve Taupe #9B656E

Tints of Mauve Taupe #9B656E

Color information

#9B656E (or 0x9B656E) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 65 and 6E. RGB value is (155,101,110). Sum of RGB (Red+Green+Blue) = 155+101+110=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B656E is #649A91. Grayscale: #767676. Windows color (decimal): -6593170 or 7234971. OLE color: 7234971.

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

Color convert

RGB155101110-
CMYK00.350.290.39
HSL350º21.26%50.2%-
HSV(B)350º34.84%60.78%-
XYZ20.9917.417-
YUV118.17123.39154.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=42.35%
G=27.60%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510111000.350.290.3935021.2650.2
Hex9B656E0231D2715e1532
Octal23314515604335475362562
Binary100110111100101110111001000111110110011110101111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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