#9B6A7A

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

Shades of Mauve Taupe #9B6A7A

Tints of Mauve Taupe #9B6A7A

Color information

#9B6A7A (or 0x9B6A7A) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 6A and 7A. RGB value is (155,106,122). Sum of RGB (Red+Green+Blue) = 155+106+122=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A7A is #649585. Grayscale: #7A7A7A. Windows color (decimal): -6591878 or 8022683. OLE color: 8022683.

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

Color convert

RGB155106122-
CMYK00.320.210.39
HSL340.41º19.68%51.18%-
HSV(B)340.41º31.61%60.78%-
XYZ22.1818.6820.85-
YUV122.48127.73151.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=40.47%
G=27.68%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510612200.320.210.39340.4119.6851.18
Hex9B6A7A02015271541433
Octal23315217204025475242463
Binary100110111101010111101001000001010110011110101010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,122); }

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

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

 a { background-color: rgb(155,106,122); }

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

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

 span { border-color: rgb(155,106,122); }

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