Html Css Color HEX #886270 Mauve Taupe

📋 copy color: '#886270'

red 136 ◦ green 98 ◦ blue 112

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

Shades of Mauve Taupe #886270

Tints of Mauve Taupe #886270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 39.31%
G = 28.32%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#886270 (or 0x886270) is known color: Mauve Taupe. HEX triplet: 88, 62 and 70. RGB value is (136,98,112). Sum of RGB (Red+Green+Blue) = 136+98+112=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #886270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886270 is #779D8F. Grayscale: #6E6E6E. Windows color (decimal): -7839120 or 7365256. OLE color: 7365256.

HSL color Cylindrical-coordinate representation of color #886270: hue angle of 337.89º 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 #886270 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 98 112 -
CMYK 0 0.28 0.18 0.47
HSL 337.89º 0.16% 0.46% -
HSV(B) 337.89º 0.28% 0.53% -
XYZ 17.45 15.14 17.33 -
YUV 110.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 136 98 112 0 0.28 0.18 0.47 337.89 0.16 0.46
Hex 88 62 70 0 1C 12 2F 152 10 2E
Octal 210 142 160 0 34 22 57 522 20 56
Binary 10001000 1100010 1110000 0 11100 10010 101111 101010010 10000 101110

Color Harmonies of #886270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886270

Black with #886270

Text Example


Text Example

White with #886270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886270; }

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

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

background-color css

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

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

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

border-color css

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

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

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