#9B6674

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

Shades of Mauve Taupe #9B6674

Tints of Mauve Taupe #9B6674

Color information

#9B6674 (or 0x9B6674) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 66 and 74. RGB value is (155,102,116). Sum of RGB (Red+Green+Blue) = 155+102+116=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6674 is #64998B. Grayscale: #777777. Windows color (decimal): -6592908 or 7628443. OLE color: 7628443.

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

Color convert

RGB155102116-
CMYK00.340.250.39
HSL344.15º20.95%50.39%-
HSV(B)344.15º34.19%60.78%-
XYZ21.4217.7318.82-
YUV119.44126.06153.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=41.55%
G=27.35%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510211600.340.250.39344.1520.9550.39
Hex9B667402219271581532
Octal23314616404231475302562
Binary100110111100110111010001000101100110011110101100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,102,116); }

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

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

 a { background-color: rgb(155,102,116); }

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

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

 span { border-color: rgb(155,102,116); }

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