#8F626A

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

Shades of Mauve Taupe #8F626A

Tints of Mauve Taupe #8F626A

Color information

#8F626A (or 0x8F626A) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 62 and 6A. RGB value is (143,98,106). Sum of RGB (Red+Green+Blue) = 143+98+106=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F626A is #709D95. Grayscale: #707070. Windows color (decimal): -7380374 or 6972047. OLE color: 6972047.

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

Color convert

RGB14398106-
CMYK00.310.260.44
HSL349.33º18.67%47.25%-
HSV(B)349.33º31.47%56.08%-
XYZ18.315.6215.69-
YUV112.37124.41149.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.21%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=41.21%
G=28.24%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439810600.310.260.44349.3318.6747.25
Hex8F626A01F1A2C15d132f
Octal21714215203732545352357
Binary10001111110001011010100111111101010110010101110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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