#8F6163

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

Shades of Mauve Taupe #8F6163

Tints of Mauve Taupe #8F6163

Color information

#8F6163 (or 0x8F6163) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 61 and 63. RGB value is (143,97,99). Sum of RGB (Red+Green+Blue) = 143+97+99=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6163 is #709E9C. Grayscale: #6F6F6F. Windows color (decimal): -7380637 or 6513039. OLE color: 6513039.

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

Color convert

RGB1439799-
CMYK00.320.310.44
HSL357.39º19.17%47.06%-
HSV(B)357.39º32.17%56.08%-
XYZ17.8515.2913.81-
YUV110.98121.24150.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.18%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=42.18%
G=28.61%
B=29.20%

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
Decimal143979900.320.310.44357.3919.1747.06
Hex8F61630201F2C165132f
Octal21714114304037545452357
Binary100011111100001110001101000001111110110010110010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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