#8F6170

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

Shades of Mauve Taupe #8F6170

Tints of Mauve Taupe #8F6170

Color information

#8F6170 (or 0x8F6170) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 61 and 70. RGB value is (143,97,112). Sum of RGB (Red+Green+Blue) = 143+97+112=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6170 is #709E8F. Grayscale: #707070. Windows color (decimal): -7380624 or 7365007. OLE color: 7365007.

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

Color convert

RGB14397112-
CMYK00.320.220.44
HSL340.43º19.17%47.06%-
HSV(B)340.43º32.17%56.08%-
XYZ18.5315.5617.36-
YUV112.46127.74149.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.62%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=40.62%
G=27.56%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439711200.320.220.44340.4319.1747.06
Hex8F6170020162C154132f
Octal21714116004026545242357
Binary100011111100001111000001000001011010110010101010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,112); }

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

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

 a { background-color: rgb(143,97,112); }

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

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

 span { border-color: rgb(143,97,112); }

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