#8F6364

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

Shades of Mauve Taupe #8F6364

Tints of Mauve Taupe #8F6364

Color information

#8F6364 (or 0x8F6364) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 63 and 64. RGB value is (143,99,100). Sum of RGB (Red+Green+Blue) = 143+99+100=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6364 is #709C9B. Grayscale: #707070. Windows color (decimal): -7380124 or 6579087. OLE color: 6579087.

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

Color convert

RGB14399100-
CMYK00.310.300.44
HSL358.64º18.18%47.45%-
HSV(B)358.64º30.77%56.08%-
XYZ18.0915.6814.13-
YUV112.27121.08149.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.81%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=41.81%
G=28.95%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439910000.310.300.44358.6418.1847.45
Hex8F636401F1E2C167122f
Octal21714314403736545472257
Binary10001111110001111001000111111111010110010110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,99,100); }

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

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

 a { background-color: rgb(143,99,100); }

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

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

 span { border-color: rgb(143,99,100); }

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