#8F616B

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

Shades of Mauve Taupe #8F616B

Tints of Mauve Taupe #8F616B

Color information

#8F616B (or 0x8F616B) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 61 and 6B. RGB value is (143,97,107). Sum of RGB (Red+Green+Blue) = 143+97+107=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F616B is #709E94. Grayscale: #6F6F6F. Windows color (decimal): -7380629 or 7037327. OLE color: 7037327.

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

Color convert

RGB14397107-
CMYK00.320.250.44
HSL346.96º19.17%47.06%-
HSV(B)346.96º32.17%56.08%-
XYZ18.2615.4515.93-
YUV111.89125.24150.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.21%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=41.21%
G=27.95%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439710700.320.250.44346.9619.1747.06
Hex8F616B020192C15b132f
Octal21714115304031545332357
Binary100011111100001110101101000001100110110010101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,107); }

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

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

 a { background-color: rgb(143,97,107); }

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

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

 span { border-color: rgb(143,97,107); }

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