#9B6876

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

Shades of Mauve Taupe #9B6876

Tints of Mauve Taupe #9B6876

Color information

#9B6876 (or 0x9B6876) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 68 and 76. RGB value is (155,104,118). Sum of RGB (Red+Green+Blue) = 155+104+118=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6876 is #649789. Grayscale: #787878. Windows color (decimal): -6592394 or 7760027. OLE color: 7760027.

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

Color convert

RGB155104118-
CMYK00.330.240.39
HSL343.53º20.32%50.78%-
HSV(B)343.53º32.9%60.78%-
XYZ21.7418.1819.5-
YUV120.84126.4152.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=41.11%
G=27.59%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510411800.330.240.39343.5320.3250.78
Hex9B687602118271581433
Octal23315016604130475302463
Binary100110111101000111011001000011100010011110101100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,104,118); }

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

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

 a { background-color: rgb(155,104,118); }

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

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

 span { border-color: rgb(155,104,118); }

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