#8E6069

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

Shades of Mauve Taupe #8E6069

Tints of Mauve Taupe #8E6069

Color information

#8E6069 (or 0x8E6069) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 60 and 69. RGB value is (142,96,105). Sum of RGB (Red+Green+Blue) = 142+96+105=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6069 is #719F96. Grayscale: #6E6E6E. Windows color (decimal): -7446423 or 6905998. OLE color: 6905998.

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

Color convert

RGB14296105-
CMYK00.320.260.44
HSL348.26º19.33%46.67%-
HSV(B)348.26º32.39%55.69%-
XYZ17.8915.1415.34-
YUV110.78124.74150.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=41.40%
G=27.99%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429610500.320.260.44348.2619.3346.67
Hex8E60690201A2C15c132f
Octal21614015104032545342357
Binary100011101100000110100101000001101010110010101110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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