#8A656A

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

Shades of Mauve Taupe #8A656A

Tints of Mauve Taupe #8A656A

Color information

#8A656A (or 0x8A656A) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 65 and 6A. RGB value is (138,101,106). Sum of RGB (Red+Green+Blue) = 138+101+106=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A656A is #759A95. Grayscale: #707070. Windows color (decimal): -7707286 or 6972810. OLE color: 6972810.

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

Color convert

RGB138101106-
CMYK00.270.230.46
HSL351.89º15.48%46.86%-
HSV(B)351.89º26.81%54.12%-
XYZ17.7415.7515.74-
YUV112.63124.26146.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=40%
G=29.28%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810110600.270.230.46351.8915.4846.86
Hex8A656A01B172E160f2f
Octal21214515203327565401757
Binary1000101011001011101010011011101111011101011000001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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