#8F6A6F

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

Shades of Mauve Taupe #8F6A6F

Tints of Mauve Taupe #8F6A6F

Color information

#8F6A6F (or 0x8F6A6F) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 6A and 6F. RGB value is (143,106,111). Sum of RGB (Red+Green+Blue) = 143+106+111=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6A6F is #709590. Grayscale: #757575. Windows color (decimal): -7378321 or 7301775. OLE color: 7301775.

HSL color Cylindrical-coordinate representation of color #8F6A6F: hue angle of 351.89º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F6A6F is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB143106111-
CMYK00.260.220.44
HSL351.89º14.86%48.82%-
HSV(B)351.89º25.87%56.08%-
XYZ19.3517.317.36-
YUV117.63124.26146.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.72%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=39.72%
G=29.44%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310611100.260.220.44351.8914.8648.82
Hex8F6A6F01A162C160f31
Octal21715215703226545401761
Binary1000111111010101101111011010101101011001011000001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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