#8A656D

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

Shades of Mauve Taupe #8A656D

Tints of Mauve Taupe #8A656D

Color information

#8A656D (or 0x8A656D) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 65 and 6D. RGB value is (138,101,109). Sum of RGB (Red+Green+Blue) = 138+101+109=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 138 - color contains mainly: red. Hex color #8A656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A656D is #759A92. Grayscale: #707070. Windows color (decimal): -7707283 or 7169418. OLE color: 7169418.

HSL color Cylindrical-coordinate representation of color #8A656D: hue angle of 347.03º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A656D is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB138101109-
CMYK00.270.210.46
HSL347.03º15.48%46.86%-
HSV(B)347.03º26.81%54.12%-
XYZ17.915.8116.58-
YUV112.98125.76145.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.66%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=39.66%
G=29.02%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810110900.270.210.46347.0315.4846.86
Hex8A656D01B152E15bf2f
Octal21214515503325565331757
Binary1000101011001011101101011011101011011101010110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A656D; }

 p { color: rgb(138,101,109); }

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

<style>
 a { background-color: #8A656D; }

 a { background-color: rgb(138,101,109); }

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

<style>
 span { border-color: #8A656D; }

 span { border-color: rgb(138,101,109); }

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