#866072

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

Shades of Mauve Taupe #866072

Tints of Mauve Taupe #866072

Color information

#866072 (or 0x866072) is unknown color: approx Mauve Taupe. HEX triplet: 86, 60 and 72. RGB value is (134,96,114). Sum of RGB (Red+Green+Blue) = 134+96+114=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #866072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866072 is #799F8D. Grayscale: #6D6D6D. Windows color (decimal): -7970702 or 7495814. OLE color: 7495814.

HSL color Cylindrical-coordinate representation of color #866072: hue angle of 331.58º 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 #866072 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13496114-
CMYK00.280.150.47
HSL331.58º16.52%45.1%-
HSV(B)331.58º28.36%52.55%-
XYZ17.0514.6517.85-
YUV109.41130.59145.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=38.95%
G=27.91%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349611400.280.150.47331.5816.5245.1
Hex86607201CF2F14c112d
Octal20614016203417575142155
Binary1000011011000001110010011100111110111110100110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866072; }

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

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

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

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

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

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

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

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