#866874

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

Shades of Mauve Taupe #866874

Tints of Mauve Taupe #866874

Color information

#866874 (or 0x866874) is unknown color: approx Mauve Taupe. HEX triplet: 86, 68 and 74. RGB value is (134,104,116). Sum of RGB (Red+Green+Blue) = 134+104+116=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #866874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866874 is #79978B. Grayscale: #727272. Windows color (decimal): -7968652 or 7628934. OLE color: 7628934.

HSL color Cylindrical-coordinate representation of color #866874: hue angle of 336º degrees, saturation: 0.13, 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 #866874 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB134104116-
CMYK00.220.130.47
HSL336º12.61%46.67%-
HSV(B)336º22.39%52.55%-
XYZ17.9316.2318.71-
YUV114.34128.94142.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=37.85%
G=29.38%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410411600.220.130.4733612.6146.67
Hex866874016D2F150d2f
Octal20615016402615575201557
Binary100001101101000111010001011011011011111010100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866874; }

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

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

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

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

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

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

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

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