#9B626A

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

Shades of Mauve Taupe #9B626A

Tints of Mauve Taupe #9B626A

Color information

#9B626A (or 0x9B626A) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 62 and 6A. RGB value is (155,98,106). Sum of RGB (Red+Green+Blue) = 155+98+106=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B626A is #649D95. Grayscale: #737373. Windows color (decimal): -6593942 or 6972059. OLE color: 6972059.

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

Color convert

RGB15598106-
CMYK00.370.320.39
HSL351.58º22.53%49.61%-
HSV(B)351.58º36.77%60.78%-
XYZ20.4916.7415.79-
YUV115.96122.38155.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.18%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=43.18%
G=27.30%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559810600.370.320.39351.5822.5349.61
Hex9B626A02520271601732
Octal23314215204540475402762
Binary1001101111000101101010010010110000010011110110000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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