#8A6569

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

Shades of Mauve Taupe #8A6569

Tints of Mauve Taupe #8A6569

Color information

#8A6569 (or 0x8A6569) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 65 and 69. RGB value is (138,101,105). Sum of RGB (Red+Green+Blue) = 138+101+105=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6569 is #759A96. Grayscale: #707070. Windows color (decimal): -7707287 or 6907274. OLE color: 6907274.

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

Color convert

RGB138101105-
CMYK00.270.240.46
HSL353.51º15.48%46.86%-
HSV(B)353.51º26.81%54.12%-
XYZ17.6815.7315.47-
YUV112.52123.76146.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=40.12%
G=29.36%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810110500.270.240.46353.5115.4846.86
Hex8A656901B182E162f2f
Octal21214515103330565421757
Binary1000101011001011101001011011110001011101011000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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