#8A646A

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

Shades of Mauve Taupe #8A646A

Tints of Mauve Taupe #8A646A

Color information

#8A646A (or 0x8A646A) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 64 and 6A. RGB value is (138,100,106). Sum of RGB (Red+Green+Blue) = 138+100+106=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A646A is #759B95. Grayscale: #707070. Windows color (decimal): -7707542 or 6972554. OLE color: 6972554.

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

Color convert

RGB138100106-
CMYK00.280.230.46
HSL350.53º15.97%46.67%-
HSV(B)350.53º27.54%54.12%-
XYZ17.6415.5615.71-
YUV112.05124.59146.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=40.12%
G=29.07%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810010600.280.230.46350.5315.9746.67
Hex8A646A01C172E15f102f
Octal21214415203427565372057
Binary10001010110010011010100111001011110111010101111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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