Html Css Color HEX #885C6F Mauve Taupe

📋 copy color: '#885C6F'

red 136 ◦ green 92 ◦ blue 111

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

Shades of Mauve Taupe #885C6F

Tints of Mauve Taupe #885C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 40.12%
G = 27.14%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#885C6F (or 0x885C6F) is known color: Mauve Taupe. HEX triplet: 88, 5C and 6F. RGB value is (136,92,111). Sum of RGB (Red+Green+Blue) = 136+92+111=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #885C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C6F is #77A390. Grayscale: #6B6B6B. Windows color (decimal): -7840657 or 7298184. OLE color: 7298184.

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

Color convert

RGB 136 92 111 -
CMYK 0 0.32 0.18 0.47
HSL 334.09º 0.19% 0.45% -
HSV(B) 334.09º 0.32% 0.53% -
XYZ 16.85 14.04 16.86 -
YUV 107.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 136 92 111 0 0.32 0.18 0.47 334.09 0.19 0.45
Hex 88 5C 6F 0 20 12 2F 14E 13 2D
Octal 210 134 157 0 40 22 57 516 23 55
Binary 10001000 1011100 1101111 0 100000 10010 101111 101001110 10011 101101

Color Harmonies of #885C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C6F

Black with #885C6F

Text Example


Text Example

White with #885C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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