Html Css Color HEX #886171 Mauve Taupe

📋 copy color: '#886171'

red 136 ◦ green 97 ◦ blue 113

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

Shades of Mauve Taupe #886171

Tints of Mauve Taupe #886171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

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

R = 39.31%
G = 28.03%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#886171 (or 0x886171) is known color: Mauve Taupe. HEX triplet: 88, 61 and 71. RGB value is (136,97,113). Sum of RGB (Red+Green+Blue) = 136+97+113=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #886171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886171 is #779E8E. Grayscale: #6E6E6E. Windows color (decimal): -7839375 or 7430536. OLE color: 7430536.

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

Color convert

RGB 136 97 113 -
CMYK 0 0.29 0.17 0.47
HSL 335.38º 0.17% 0.46% -
HSV(B) 335.38º 0.29% 0.53% -
XYZ 17.41 14.98 17.6 -
YUV 110.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 136 97 113 0 0.29 0.17 0.47 335.38 0.17 0.46
Hex 88 61 71 0 1D 11 2F 14F 11 2E
Octal 210 141 161 0 35 21 57 517 21 56
Binary 10001000 1100001 1110001 0 11101 10001 101111 101001111 10001 101110

Color Harmonies of #886171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886171

Black with #886171

Text Example


Text Example

White with #886171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886171; }

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

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

background-color css

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

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

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

border-color css

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

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

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