Html Css Color HEX #866871 Mauve Taupe

📋 copy color: '#866871'

red 134 ◦ green 104 ◦ blue 113

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

Shades of Mauve Taupe #866871

Tints of Mauve Taupe #866871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

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

R = 38.18%
G = 29.63%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#866871 (or 0x866871) is known color: Mauve Taupe. HEX triplet: 86, 68 and 71. RGB value is (134,104,113). Sum of RGB (Red+Green+Blue) = 134+104+113=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #866871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866871 is #79978E. Grayscale: #717171. Windows color (decimal): -7968655 or 7432326. OLE color: 7432326.

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

Color convert

RGB 134 104 113 -
CMYK 0 0.22 0.16 0.47
HSL 342º 0.13% 0.47% -
HSV(B) 342º 0.22% 0.53% -
XYZ 17.76 16.16 17.81 -
YUV 114 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 134 104 113 0 0.22 0.16 0.47 342 0.13 0.47
Hex 86 68 71 0 16 10 2F 156 D 2F
Octal 206 150 161 0 26 20 57 526 15 57
Binary 10000110 1101000 1110001 0 10110 10000 101111 101010110 1101 101111

Color Harmonies of #866871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866871

Black with #866871

Text Example


Text Example

White with #866871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866871; }

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

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

background-color css

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

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

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

border-color css

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

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

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