Html Css Color HEX #886970 Mauve Taupe

📋 copy color: '#886970'

red 136 ◦ green 105 ◦ blue 112

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

Shades of Mauve Taupe #886970

Tints of Mauve Taupe #886970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 38.53%
G = 29.75%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#886970 (or 0x886970) is known color: Mauve Taupe. HEX triplet: 88, 69 and 70. RGB value is (136,105,112). Sum of RGB (Red+Green+Blue) = 136+105+112=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886970 is #77968F. Grayscale: #737373. Windows color (decimal): -7837328 or 7367048. OLE color: 7367048.

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

Color convert

RGB 136 105 112 -
CMYK 0 0.23 0.18 0.47
HSL 346.45º 0.13% 0.47% -
HSV(B) 346.45º 0.23% 0.53% -
XYZ 18.13 16.51 17.56 -
YUV 115.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 136 105 112 0 0.23 0.18 0.47 346.45 0.13 0.47
Hex 88 69 70 0 17 12 2F 15A D 2F
Octal 210 151 160 0 27 22 57 532 15 57
Binary 10001000 1101001 1110000 0 10111 10010 101111 101011010 1101 101111

Color Harmonies of #886970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886970

Black with #886970

Text Example


Text Example

White with #886970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886970; }

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

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

background-color css

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

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

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

border-color css

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

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

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