#9B626D

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

Shades of Mauve Taupe #9B626D

Tints of Mauve Taupe #9B626D

Color information

#9B626D (or 0x9B626D) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 62 and 6D. RGB value is (155,98,109). Sum of RGB (Red+Green+Blue) = 155+98+109=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B626D is #649D92. Grayscale: #747474. Windows color (decimal): -6593939 or 7168667. OLE color: 7168667.

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

Color convert

RGB15598109-
CMYK00.370.300.39
HSL348.42º22.53%49.61%-
HSV(B)348.42º36.77%60.78%-
XYZ20.6516.8116.62-
YUV116.3123.88155.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=42.82%
G=27.07%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559810900.370.300.39348.4222.5349.61
Hex9B626D0251E2715c1732
Octal23314215504536475342762
Binary100110111100010110110101001011111010011110101110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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