#9A6B7A

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

Shades of Mauve Taupe #9A6B7A

Tints of Mauve Taupe #9A6B7A

Color information

#9A6B7A (or 0x9A6B7A) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 6B and 7A. RGB value is (154,107,122). Sum of RGB (Red+Green+Blue) = 154+107+122=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6B7A is #659485. Grayscale: #7A7A7A. Windows color (decimal): -6657158 or 8022938. OLE color: 8022938.

HSL color Cylindrical-coordinate representation of color #9A6B7A: hue angle of 340.85º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6B7A is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB154107122-
CMYK00.310.210.40
HSL340.85º18.88%51.18%-
HSV(B)340.85º30.52%60.39%-
XYZ22.118.7920.87-
YUV122.76127.57150.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.21%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=40.21%
G=27.94%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410712200.310.210.40340.8518.8851.18
Hex9A6B7A01F15281551333
Octal23215317203725505252363
Binary10011010110101111110100111111010110100010101010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,107,122); }

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

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

 a { background-color: rgb(154,107,122); }

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

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

 span { border-color: rgb(154,107,122); }

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