#9B6474

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

Shades of Mauve Taupe #9B6474

Tints of Mauve Taupe #9B6474

Color information

#9B6474 (or 0x9B6474) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 64 and 74. RGB value is (155,100,116). Sum of RGB (Red+Green+Blue) = 155+100+116=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6474 is #649B8B. Grayscale: #767676. Windows color (decimal): -6593420 or 7627931. OLE color: 7627931.

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

Color convert

RGB155100116-
CMYK00.350.250.39
HSL342.55º21.57%50%-
HSV(B)342.55º35.48%60.78%-
XYZ21.2317.3418.75-
YUV118.27126.72154.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=41.78%
G=26.95%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510011600.350.250.39342.5521.5750
Hex9B647402319271571632
Octal23314416404331475272662
Binary100110111100100111010001000111100110011110101011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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