#8F626F

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

Shades of Mauve Taupe #8F626F

Tints of Mauve Taupe #8F626F

Color information

#8F626F (or 0x8F626F) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 62 and 6F. RGB value is (143,98,111). Sum of RGB (Red+Green+Blue) = 143+98+111=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F626F is #709D90. Grayscale: #707070. Windows color (decimal): -7380369 or 7299727. OLE color: 7299727.

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

Color convert

RGB14398111-
CMYK00.310.220.44
HSL342.67º18.67%47.25%-
HSV(B)342.67º31.47%56.08%-
XYZ18.5615.7217.1-
YUV112.94126.91149.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.62%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=40.62%
G=27.84%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439811100.310.220.44342.6718.6747.25
Hex8F626F01F162C157132f
Octal21714215703726545272357
Binary10001111110001011011110111111011010110010101011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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