#866674

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

Shades of Mauve Taupe #866674

Tints of Mauve Taupe #866674

Color information

#866674 (or 0x866674) is unknown color: approx Mauve Taupe. HEX triplet: 86, 66 and 74. RGB value is (134,102,116). Sum of RGB (Red+Green+Blue) = 134+102+116=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #866674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866674 is #79998B. Grayscale: #717171. Windows color (decimal): -7969164 or 7628422. OLE color: 7628422.

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

Color convert

RGB134102116-
CMYK00.240.130.47
HSL333.75º13.56%46.27%-
HSV(B)333.75º23.88%52.55%-
XYZ17.7415.8318.64-
YUV113.16129.6142.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=38.07%
G=28.98%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410211600.240.130.47333.7513.5646.27
Hex866674018D2F14ee2e
Octal20614616403015575161656
Binary100001101100110111010001100011011011111010011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866674; }

 p { color: rgb(134,102,116); }

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

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

 a { background-color: rgb(134,102,116); }

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

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

 span { border-color: rgb(134,102,116); }

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