#866170

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

Shades of Mauve Taupe #866170

Tints of Mauve Taupe #866170

Color information

#866170 (or 0x866170) is unknown color: approx Mauve Taupe. HEX triplet: 86, 61 and 70. RGB value is (134,97,112). Sum of RGB (Red+Green+Blue) = 134+97+112=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #866170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866170 is #799E8F. Grayscale: #6D6D6D. Windows color (decimal): -7970448 or 7364998. OLE color: 7364998.

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

Color convert

RGB13497112-
CMYK00.280.160.47
HSL335.68º16.02%45.29%-
HSV(B)335.68º27.61%52.55%-
XYZ17.0314.7917.29-
YUV109.77129.26145.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=39.07%
G=28.28%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349711200.280.160.47335.6816.0245.29
Hex86617001C102F150102d
Octal20614116003420575202055
Binary10000110110000111100000111001000010111110101000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866170; }

 p { color: rgb(134,97,112); }

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

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

 a { background-color: rgb(134,97,112); }

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

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

 span { border-color: rgb(134,97,112); }

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