#8A6061

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

Shades of Mauve Taupe #8A6061

Tints of Mauve Taupe #8A6061

Color information

#8A6061 (or 0x8A6061) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 60 and 61. RGB value is (138,96,97). Sum of RGB (Red+Green+Blue) = 138+96+97=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6061 is #759F9E. Grayscale: #6C6C6C. Windows color (decimal): -7708575 or 6381706. OLE color: 6381706.

HSL color Cylindrical-coordinate representation of color #8A6061: hue angle of 358.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6061 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1389697-
CMYK00.300.300.46
HSL358.57º17.95%45.88%-
HSV(B)358.57º30.43%54.12%-
XYZ16.8214.6313.25-
YUV108.67121.41148.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=41.69%
G=29.00%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138969700.300.300.46358.5717.9545.88
Hex8A606101E1E2E167122e
Octal21214014103636565472256
Binary10001010110000011000010111101111010111010110011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,96,97); }

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

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

 a { background-color: rgb(138,96,97); }

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

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

 span { border-color: rgb(138,96,97); }

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