Html Css Color HEX #885A6B Mauve Taupe

📋 copy color: '#885A6B'

red 136 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #885A6B

Tints of Mauve Taupe #885A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 40.84%
G = 27.03%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#885A6B (or 0x885A6B) is known color: Mauve Taupe. HEX triplet: 88, 5A and 6B. RGB value is (136,90,107). Sum of RGB (Red+Green+Blue) = 136+90+107=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #885A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A6B is #77A594. Grayscale: #696969. Windows color (decimal): -7841173 or 7035528. OLE color: 7035528.

HSL color Cylindrical-coordinate representation of color #885A6B: hue angle of 337.83º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A6B is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 107 -
CMYK 0 0.34 0.21 0.47
HSL 337.83º 0.2% 0.44% -
HSV(B) 337.83º 0.34% 0.53% -
XYZ 16.46 13.61 15.67 -
YUV 105.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 136 90 107 0 0.34 0.21 0.47 337.83 0.2 0.44
Hex 88 5A 6B 0 22 15 2F 152 14 2C
Octal 210 132 153 0 42 25 57 522 24 54
Binary 10001000 1011010 1101011 0 100010 10101 101111 101010010 10100 101100

Color Harmonies of #885A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A6B

Black with #885A6B

Text Example


Text Example

White with #885A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,107); }

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

background-color css

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

 a { background-color: rgb(136,90,107); }

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

border-color css

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

 span { border-color: rgb(136,90,107); }

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