#8F5C67

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

Shades of Mauve Taupe #8F5C67

Tints of Mauve Taupe #8F5C67

Color information

#8F5C67 (or 0x8F5C67) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 5C and 67. RGB value is (143,92,103). Sum of RGB (Red+Green+Blue) = 143+92+103=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5C67 is #70A398. Grayscale: #6C6C6C. Windows color (decimal): -7381913 or 6773903. OLE color: 6773903.

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

Color convert

RGB14392103-
CMYK00.360.280.44
HSL347.06º21.7%46.08%-
HSV(B)347.06º35.66%56.08%-
XYZ17.614.4714.7-
YUV108.5124.9152.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=42.31%
G=27.22%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439210300.360.280.44347.0621.746.08
Hex8F5C670241C2C15b162e
Octal21713414704434545332656
Binary100011111011100110011101001001110010110010101101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,92,103); }

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

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

 a { background-color: rgb(143,92,103); }

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

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

 span { border-color: rgb(143,92,103); }

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