#8F6263

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

Shades of Mauve Taupe #8F6263

Tints of Mauve Taupe #8F6263

Color information

#8F6263 (or 0x8F6263) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 62 and 63. RGB value is (143,98,99). Sum of RGB (Red+Green+Blue) = 143+98+99=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6263 is #709D9C. Grayscale: #6F6F6F. Windows color (decimal): -7380381 or 6513295. OLE color: 6513295.

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

Color convert

RGB1439899-
CMYK00.310.310.44
HSL358.67º18.67%47.25%-
HSV(B)358.67º31.47%56.08%-
XYZ17.9515.4813.85-
YUV111.57120.91150.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.06%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=42.06%
G=28.82%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143989900.310.310.44358.6718.6747.25
Hex8F626301F1F2C167132f
Octal21714214303737545472357
Binary10001111110001011000110111111111110110010110011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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