#8F6572

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

Shades of Mauve Taupe #8F6572

Tints of Mauve Taupe #8F6572

Color information

#8F6572 (or 0x8F6572) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 65 and 72. RGB value is (143,101,114). Sum of RGB (Red+Green+Blue) = 143+101+114=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6572 is #709A8D. Grayscale: #737373. Windows color (decimal): -7379598 or 7497103. OLE color: 7497103.

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

Color convert

RGB143101114-
CMYK00.290.200.44
HSL341.43º17.21%47.84%-
HSV(B)341.43º29.37%56.08%-
XYZ19.0216.3618.08-
YUV115.04127.41147.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.94%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=39.94%
G=28.21%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310111400.290.200.44341.4317.2147.84
Hex8F657201D142C1551130
Octal21714516203524545252160
Binary10001111110010111100100111011010010110010101010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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