#8F6869

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

Shades of Mauve Taupe #8F6869

Tints of Mauve Taupe #8F6869

Color information

#8F6869 (or 0x8F6869) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 68 and 69. RGB value is (143,104,105). Sum of RGB (Red+Green+Blue) = 143+104+105=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6869 is #709796. Grayscale: #737373. Windows color (decimal): -7378839 or 6908047. OLE color: 6908047.

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

Color convert

RGB143104105-
CMYK00.270.270.44
HSL358.46º15.79%48.43%-
HSV(B)358.46º27.27%56.08%-
XYZ18.8316.7615.61-
YUV115.78121.92147.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.62%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=40.62%
G=29.55%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310410500.270.270.44358.4615.7948.43
Hex8F686901B1B2C1661030
Octal21715015103333545462060
Binary10001111110100011010010110111101110110010110011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,104,105); }

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

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

 a { background-color: rgb(143,104,105); }

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

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

 span { border-color: rgb(143,104,105); }

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