#866073

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

Shades of Mauve Taupe #866073

Tints of Mauve Taupe #866073

Color information

#866073 (or 0x866073) is unknown color: approx Mauve Taupe. HEX triplet: 86, 60 and 73. RGB value is (134,96,115). Sum of RGB (Red+Green+Blue) = 134+96+115=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #866073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866073 is #799F8C. Grayscale: #6D6D6D. Windows color (decimal): -7970701 or 7561350. OLE color: 7561350.

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

Color convert

RGB13496115-
CMYK00.280.140.47
HSL330º16.52%45.1%-
HSV(B)330º28.36%52.55%-
XYZ17.1114.6718.15-
YUV109.53131.09145.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=38.84%
G=27.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349611500.280.140.4733016.5245.1
Hex86607301CE2F14a112d
Octal20614016303416575122155
Binary1000011011000001110011011100111010111110100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866073; }

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

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

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

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

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

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

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

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