Html Css Color HEX #866471 Mauve Taupe

📋 copy color: '#866471'

red 134 ◦ green 100 ◦ blue 113

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

Shades of Mauve Taupe #866471

Tints of Mauve Taupe #866471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

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

R = 38.62%
G = 28.82%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#866471 (or 0x866471) is known color: Mauve Taupe. HEX triplet: 86, 64 and 71. RGB value is (134,100,113). Sum of RGB (Red+Green+Blue) = 134+100+113=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #866471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866471 is #799B8E. Grayscale: #6F6F6F. Windows color (decimal): -7969679 or 7431302. OLE color: 7431302.

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

Color convert

RGB 134 100 113 -
CMYK 0 0.25 0.16 0.47
HSL 337.06º 0.15% 0.46% -
HSV(B) 337.06º 0.25% 0.53% -
XYZ 17.37 15.37 17.67 -
YUV 111.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 134 100 113 0 0.25 0.16 0.47 337.06 0.15 0.46
Hex 86 64 71 0 19 10 2F 151 F 2E
Octal 206 144 161 0 31 20 57 521 17 56
Binary 10000110 1100100 1110001 0 11001 10000 101111 101010001 1111 101110

Color Harmonies of #866471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866471

Black with #866471

Text Example


Text Example

White with #866471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866471; }

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

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

background-color css

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

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

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

border-color css

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

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

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