#8E6062

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

Shades of Mauve Taupe #8E6062

Tints of Mauve Taupe #8E6062

Color information

#8E6062 (or 0x8E6062) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 60 and 62. RGB value is (142,96,98). Sum of RGB (Red+Green+Blue) = 142+96+98=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6062 is #719F9D. Grayscale: #6E6E6E. Windows color (decimal): -7446430 or 6447246. OLE color: 6447246.

HSL color Cylindrical-coordinate representation of color #8E6062: hue angle of 357.39º 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 #8E6062 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1429698-
CMYK00.320.310.44
HSL357.39º19.33%46.67%-
HSV(B)357.39º32.39%55.69%-
XYZ17.541513.53-
YUV109.98121.24150.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=42.26%
G=28.57%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142969800.320.310.44357.3919.3346.67
Hex8E60620201F2C165132f
Octal21614014204037545452357
Binary100011101100000110001001000001111110110010110010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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