#8F5C65

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

Shades of Mauve Taupe #8F5C65

Tints of Mauve Taupe #8F5C65

Color information

#8F5C65 (or 0x8F5C65) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 5C and 65. RGB value is (143,92,101). Sum of RGB (Red+Green+Blue) = 143+92+101=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5C65 is #70A39A. Grayscale: #6C6C6C. Windows color (decimal): -7381915 or 6642831. OLE color: 6642831.

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

Color convert

RGB14392101-
CMYK00.360.290.44
HSL349.41º21.7%46.08%-
HSV(B)349.41º35.66%56.08%-
XYZ17.514.4314.18-
YUV108.28123.9152.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=42.56%
G=27.38%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439210100.360.290.44349.4121.746.08
Hex8F5C650241D2C15d162e
Octal21713414504435545352656
Binary100011111011100110010101001001110110110010101110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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