Html Css Color HEX #886471 Mauve Taupe

📋 copy color: '#886471'

red 136 ◦ green 100 ◦ blue 113

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

Shades of Mauve Taupe #886471

Tints of Mauve Taupe #886471

RGB

 RED value IS 136 (53.52% from 255) = 38.97%

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

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

R = 38.97%
G = 28.65%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#886471 (or 0x886471) is known color: Mauve Taupe. HEX triplet: 88, 64 and 71. RGB value is (136,100,113). Sum of RGB (Red+Green+Blue) = 136+100+113=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #886471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886471 is #779B8E. Grayscale: #707070. Windows color (decimal): -7838607 or 7431304. OLE color: 7431304.

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

Color convert

RGB 136 100 113 -
CMYK 0 0.26 0.17 0.47
HSL 338.33º 0.15% 0.46% -
HSV(B) 338.33º 0.26% 0.53% -
XYZ 17.69 15.54 17.69 -
YUV 112.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 136 100 113 0 0.26 0.17 0.47 338.33 0.15 0.46
Hex 88 64 71 0 1A 11 2F 152 F 2E
Octal 210 144 161 0 32 21 57 522 17 56
Binary 10001000 1100100 1110001 0 11010 10001 101111 101010010 1111 101110

Color Harmonies of #886471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886471

Black with #886471

Text Example


Text Example

White with #886471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886471; }

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

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

background-color css

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

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

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

border-color css

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

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

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