Html Css Color HEX #886370 Mauve Taupe

📋 copy color: '#886370'

red 136 ◦ green 99 ◦ blue 112

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

Shades of Mauve Taupe #886370

Tints of Mauve Taupe #886370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.53%

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

R = 39.19%
G = 28.53%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#886370 (or 0x886370) is known color: Mauve Taupe. HEX triplet: 88, 63 and 70. RGB value is (136,99,112). Sum of RGB (Red+Green+Blue) = 136+99+112=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #886370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886370 is #779C8F. Grayscale: #6F6F6F. Windows color (decimal): -7838864 or 7365512. OLE color: 7365512.

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

Color convert

RGB 136 99 112 -
CMYK 0 0.27 0.18 0.47
HSL 338.92º 0.16% 0.46% -
HSV(B) 338.92º 0.27% 0.53% -
XYZ 17.54 15.33 17.36 -
YUV 111.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 136 99 112 0 0.27 0.18 0.47 338.92 0.16 0.46
Hex 88 63 70 0 1B 12 2F 153 10 2E
Octal 210 143 160 0 33 22 57 523 20 56
Binary 10001000 1100011 1110000 0 11011 10010 101111 101010011 10000 101110

Color Harmonies of #886370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886370

Black with #886370

Text Example


Text Example

White with #886370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886370; }

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

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

background-color css

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

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

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

border-color css

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

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

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