#8A646B

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

Shades of Mauve Taupe #8A646B

Tints of Mauve Taupe #8A646B

Color information

#8A646B (or 0x8A646B) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 64 and 6B. RGB value is (138,100,107). Sum of RGB (Red+Green+Blue) = 138+100+107=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A646B is #759B94. Grayscale: #707070. Windows color (decimal): -7707541 or 7038090. OLE color: 7038090.

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

Color convert

RGB138100107-
CMYK00.280.220.46
HSL348.95º15.97%46.67%-
HSV(B)348.95º27.54%54.12%-
XYZ17.6915.5815.98-
YUV112.16125.09146.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=40%
G=28.99%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810010700.280.220.46348.9515.9746.67
Hex8A646B01C162E15d102f
Octal21214415303426565352057
Binary10001010110010011010110111001011010111010101110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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