Html Css Color HEX #866271 Mauve Taupe

📋 copy color: '#866271'

red 134 ◦ green 98 ◦ blue 113

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

Shades of Mauve Taupe #866271

Tints of Mauve Taupe #866271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 38.84%
G = 28.41%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#866271 (or 0x866271) is known color: Mauve Taupe. HEX triplet: 86, 62 and 71. RGB value is (134,98,113). Sum of RGB (Red+Green+Blue) = 134+98+113=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #866271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866271 is #799D8E. Grayscale: #6E6E6E. Windows color (decimal): -7970191 or 7430790. OLE color: 7430790.

HSL color Cylindrical-coordinate representation of color #866271: hue angle of 335º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866271 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 98 113 -
CMYK 0 0.27 0.16 0.47
HSL 335º 0.16% 0.45% -
HSV(B) 335º 0.27% 0.53% -
XYZ 17.18 15 17.61 -
YUV 110.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 134 98 113 0 0.27 0.16 0.47 335 0.16 0.45
Hex 86 62 71 0 1B 10 2F 14F 10 2D
Octal 206 142 161 0 33 20 57 517 20 55
Binary 10000110 1100010 1110001 0 11011 10000 101111 101001111 10000 101101

Color Harmonies of #866271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866271

Black with #866271

Text Example


Text Example

White with #866271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866271; }

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

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

background-color css

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

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

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

border-color css

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

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

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