#866273

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

Shades of Mauve Taupe #866273

Tints of Mauve Taupe #866273

Color information

#866273 (or 0x866273) is unknown color: approx Mauve Taupe. HEX triplet: 86, 62 and 73. RGB value is (134,98,115). Sum of RGB (Red+Green+Blue) = 134+98+115=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #866273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866273 is #799D8C. Grayscale: #6E6E6E. Windows color (decimal): -7970189 or 7561862. OLE color: 7561862.

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

Color convert

RGB13498115-
CMYK00.270.140.47
HSL331.67º15.52%45.49%-
HSV(B)331.67º26.87%52.55%-
XYZ17.2915.0418.21-
YUV110.7130.43144.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=38.62%
G=28.24%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349811500.270.140.47331.6715.5245.49
Hex86627301BE2F14c102d
Octal20614216303316575142055
Binary1000011011000101110011011011111010111110100110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866273; }

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

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

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

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

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

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

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

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