Html Css Color HEX #866071 Mauve Taupe

📋 copy color: '#866071'

red 134 ◦ green 96 ◦ blue 113

#866071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #866071

Tints of Mauve Taupe #866071

RGB

 RED value IS 134 (52.73% from 255) = 39.07%

 GREEN value IS 96 (37.89% from 255) = 27.99%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 39.07%
G = 27.99%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#866071 (or 0x866071) is known color: Mauve Taupe. HEX triplet: 86, 60 and 71. RGB value is (134,96,113). Sum of RGB (Red+Green+Blue) = 134+96+113=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #866071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866071 is #799F8E. Grayscale: #6D6D6D. Windows color (decimal): -7970703 or 7430278. OLE color: 7430278.

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

Color convert

RGB 134 96 113 -
CMYK 0 0.28 0.16 0.47
HSL 333.16º 0.17% 0.45% -
HSV(B) 333.16º 0.28% 0.53% -
XYZ 17 14.63 17.55 -
YUV 109.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 134 96 113 0 0.28 0.16 0.47 333.16 0.17 0.45
Hex 86 60 71 0 1C 10 2F 14D 11 2D
Octal 206 140 161 0 34 20 57 515 21 55
Binary 10000110 1100000 1110001 0 11100 10000 101111 101001101 10001 101101

Color Harmonies of #866071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866071

Black with #866071

Text Example


Text Example

White with #866071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866071; }

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

 H1.HeaderClassName
 {
   color: #866071;
 }
 .AnyTagClassName
 {
   color: #866071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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