#8E6973

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

Shades of Mauve Taupe #8E6973

Tints of Mauve Taupe #8E6973

Color information

#8E6973 (or 0x8E6973) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 69 and 73. RGB value is (142,105,115). Sum of RGB (Red+Green+Blue) = 142+105+115=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6973 is #71968C. Grayscale: #757575. Windows color (decimal): -7444109 or 7563662. OLE color: 7563662.

HSL color Cylindrical-coordinate representation of color #8E6973: hue angle of 343.78º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E6973 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB142105115-
CMYK00.260.190.44
HSL343.78º14.98%48.43%-
HSV(B)343.78º26.06%55.69%-
XYZ19.317.0918.5-
YUV117.2126.76145.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.23%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=39.23%
G=29.01%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210511500.260.190.44343.7814.9848.43
Hex8E697301A132C158f30
Octal21615116303223545301760
Binary1000111011010011110011011010100111011001010110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,115); }

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

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

 a { background-color: rgb(142,105,115); }

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

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

 span { border-color: rgb(142,105,115); }

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