#8F6575

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

Shades of Mauve Taupe #8F6575

Tints of Mauve Taupe #8F6575

Color information

#8F6575 (or 0x8F6575) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 65 and 75. RGB value is (143,101,117). Sum of RGB (Red+Green+Blue) = 143+101+117=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6575 is #709A8A. Grayscale: #737373. Windows color (decimal): -7379595 or 7693711. OLE color: 7693711.

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

Color convert

RGB143101117-
CMYK00.290.180.44
HSL337.14º17.21%47.84%-
HSV(B)337.14º29.37%56.08%-
XYZ19.1916.4318.99-
YUV115.38128.91147.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.61%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=39.61%
G=27.98%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310111700.290.180.44337.1417.2147.84
Hex8F657501D122C1511130
Octal21714516503522545212160
Binary10001111110010111101010111011001010110010101000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,101,117); }

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

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

 a { background-color: rgb(143,101,117); }

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

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

 span { border-color: rgb(143,101,117); }

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