#8F606A

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

Shades of Mauve Taupe #8F606A

Tints of Mauve Taupe #8F606A

Color information

#8F606A (or 0x8F606A) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 60 and 6A. RGB value is (143,96,106). Sum of RGB (Red+Green+Blue) = 143+96+106=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F606A is #709F95. Grayscale: #6F6F6F. Windows color (decimal): -7380886 or 6971535. OLE color: 6971535.

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

Color convert

RGB14396106-
CMYK00.330.260.44
HSL347.23º19.67%46.86%-
HSV(B)347.23º32.87%56.08%-
XYZ18.1115.2515.62-
YUV111.19125.07150.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.45%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=41.45%
G=27.83%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439610600.330.260.44347.2319.6746.86
Hex8F606A0211A2C15b142f
Octal21714015204132545332457
Binary100011111100000110101001000011101010110010101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,96,106); }

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

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

 a { background-color: rgb(143,96,106); }

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

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

 span { border-color: rgb(143,96,106); }

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