#8E6B73

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

Shades of Mauve Taupe #8E6B73

Tints of Mauve Taupe #8E6B73

Color information

#8E6B73 (or 0x8E6B73) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 6B and 73. RGB value is (142,107,115). Sum of RGB (Red+Green+Blue) = 142+107+115=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6B73 is #71948C. Grayscale: #767676. Windows color (decimal): -7443597 or 7564174. OLE color: 7564174.

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

Color convert

RGB142107115-
CMYK00.250.190.44
HSL346.29º14.06%48.82%-
HSV(B)346.29º24.65%55.69%-
XYZ19.5117.518.57-
YUV118.38126.1144.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=39.01%
G=29.40%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210711500.250.190.44346.2914.0648.82
Hex8E6B73019132C15ae31
Octal21615316303123545321661
Binary1000111011010111110011011001100111011001010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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