#8A656C

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

Shades of Mauve Taupe #8A656C

Tints of Mauve Taupe #8A656C

Color information

#8A656C (or 0x8A656C) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 65 and 6C. RGB value is (138,101,108). Sum of RGB (Red+Green+Blue) = 138+101+108=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A656C is #759A93. Grayscale: #707070. Windows color (decimal): -7707284 or 7103882. OLE color: 7103882.

HSL color Cylindrical-coordinate representation of color #8A656C: hue angle of 348.65º 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 #8A656C is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB138101108-
CMYK00.270.220.46
HSL348.65º15.48%46.86%-
HSV(B)348.65º26.81%54.12%-
XYZ17.8415.7916.3-
YUV112.86125.26145.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=39.77%
G=29.11%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810110800.270.220.46348.6515.4846.86
Hex8A656C01B162E15df2f
Octal21214515403326565351757
Binary1000101011001011101100011011101101011101010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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