#866974

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

Shades of Mauve Taupe #866974

Tints of Mauve Taupe #866974

Color information

#866974 (or 0x866974) is unknown color: approx Mauve Taupe. HEX triplet: 86, 69 and 74. RGB value is (134,105,116). Sum of RGB (Red+Green+Blue) = 134+105+116=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #866974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866974 is #79968B. Grayscale: #727272. Windows color (decimal): -7968396 or 7629190. OLE color: 7629190.

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

Color convert

RGB134105116-
CMYK00.220.130.47
HSL337.24º12.13%46.86%-
HSV(B)337.24º21.64%52.55%-
XYZ18.0416.4318.74-
YUV114.92128.61141.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=37.75%
G=29.58%
B=32.68%

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
Decimal13410511600.220.130.47337.2412.1346.86
Hex866974016D2F151c2f
Octal20615116402615575211457
Binary100001101101001111010001011011011011111010100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866974; }

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

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

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

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

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

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

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

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