#866973

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

Shades of Mauve Taupe #866973

Tints of Mauve Taupe #866973

Color information

#866973 (or 0x866973) is unknown color: approx Mauve Taupe. HEX triplet: 86, 69 and 73. RGB value is (134,105,115). Sum of RGB (Red+Green+Blue) = 134+105+115=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #866973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866973 is #79968C. Grayscale: #727272. Windows color (decimal): -7968397 or 7563654. OLE color: 7563654.

HSL color Cylindrical-coordinate representation of color #866973: hue angle of 339.31º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #866973 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB134105115-
CMYK00.220.140.47
HSL339.31º12.13%46.86%-
HSV(B)339.31º21.64%52.55%-
XYZ17.9816.4118.44-
YUV114.81128.11141.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=37.85%
G=29.66%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410511500.220.140.47339.3112.1346.86
Hex866973016E2F153c2f
Octal20615116302616575231457
Binary100001101101001111001101011011101011111010100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866973; }

 p { color: rgb(134,105,115); }

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

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

 a { background-color: rgb(134,105,115); }

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

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

 span { border-color: rgb(134,105,115); }

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