Html Css Color HEX #885E6F Mauve Taupe

📋 copy color: '#885E6F'

red 136 ◦ green 94 ◦ blue 111

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

Shades of Mauve Taupe #885E6F

Tints of Mauve Taupe #885E6F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 39.88%
G = 27.57%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#885E6F (or 0x885E6F) is known color: Mauve Taupe. HEX triplet: 88, 5E and 6F. RGB value is (136,94,111). Sum of RGB (Red+Green+Blue) = 136+94+111=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #885E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E6F is #77A190. Grayscale: #6C6C6C. Windows color (decimal): -7840145 or 7298696. OLE color: 7298696.

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

Color convert

RGB 136 94 111 -
CMYK 0 0.31 0.18 0.47
HSL 335.71º 0.18% 0.45% -
HSV(B) 335.71º 0.31% 0.53% -
XYZ 17.03 14.39 16.92 -
YUV 108.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 136 94 111 0 0.31 0.18 0.47 335.71 0.18 0.45
Hex 88 5E 6F 0 1F 12 2F 150 12 2D
Octal 210 136 157 0 37 22 57 520 22 55
Binary 10001000 1011110 1101111 0 11111 10010 101111 101010000 10010 101101

Color Harmonies of #885E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E6F

Black with #885E6F

Text Example


Text Example

White with #885E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885E6F; }

 p { color: rgb(136,94,111); }

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

background-color css

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

 a { background-color: rgb(136,94,111); }

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

border-color css

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

 span { border-color: rgb(136,94,111); }

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