Html Css Color HEX #886271 Mauve Taupe

📋 copy color: '#886271'

red 136 ◦ green 98 ◦ blue 113

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

Shades of Mauve Taupe #886271

Tints of Mauve Taupe #886271

RGB

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

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

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

R = 39.19%
G = 28.24%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#886271 (or 0x886271) is known color: Mauve Taupe. HEX triplet: 88, 62 and 71. RGB value is (136,98,113). Sum of RGB (Red+Green+Blue) = 136+98+113=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #886271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886271 is #779D8E. Grayscale: #6F6F6F. Windows color (decimal): -7839119 or 7430792. OLE color: 7430792.

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

Color convert

RGB 136 98 113 -
CMYK 0 0.28 0.17 0.47
HSL 336.32º 0.16% 0.46% -
HSV(B) 336.32º 0.28% 0.53% -
XYZ 17.5 15.16 17.63 -
YUV 111.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 136 98 113 0 0.28 0.17 0.47 336.32 0.16 0.46
Hex 88 62 71 0 1C 11 2F 150 10 2E
Octal 210 142 161 0 34 21 57 520 20 56
Binary 10001000 1100010 1110001 0 11100 10001 101111 101010000 10000 101110

Color Harmonies of #886271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886271

Black with #886271

Text Example


Text Example

White with #886271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886271; }

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

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

background-color css

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

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

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

border-color css

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

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

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