#9A646E

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

Shades of Mauve Taupe #9A646E

Tints of Mauve Taupe #9A646E

Color information

#9A646E (or 0x9A646E) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 64 and 6E. RGB value is (154,100,110). Sum of RGB (Red+Green+Blue) = 154+100+110=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A646E is #659B91. Grayscale: #757575. Windows color (decimal): -6658962 or 7234714. OLE color: 7234714.

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

Color convert

RGB154100110-
CMYK00.350.290.40
HSL348.89º21.26%49.8%-
HSV(B)348.89º35.06%60.39%-
XYZ20.717.1116.96-
YUV117.29123.89154.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.31%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=42.31%
G=27.47%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410011000.350.290.40348.8921.2649.8
Hex9A646E0231D2815d1532
Octal23214415604335505352562
Binary100110101100100110111001000111110110100010101110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,100,110); }

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

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

 a { background-color: rgb(154,100,110); }

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

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

 span { border-color: rgb(154,100,110); }

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