Html Css Color HEX #885B6E Mauve Taupe

📋 copy color: '#885B6E'

red 136 ◦ green 91 ◦ blue 110

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

Shades of Mauve Taupe #885B6E

Tints of Mauve Taupe #885B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 40.36%
G = 27%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#885B6E (or 0x885B6E) is known color: Mauve Taupe. HEX triplet: 88, 5B and 6E. RGB value is (136,91,110). Sum of RGB (Red+Green+Blue) = 136+91+110=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #885B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B6E is #77A491. Grayscale: #6A6A6A. Windows color (decimal): -7840914 or 7232392. OLE color: 7232392.

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

Color convert

RGB 136 91 110 -
CMYK 0 0.33 0.19 0.47
HSL 334.67º 0.2% 0.45% -
HSV(B) 334.67º 0.33% 0.53% -
XYZ 16.71 13.84 16.54 -
YUV 106.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 136 91 110 0 0.33 0.19 0.47 334.67 0.2 0.45
Hex 88 5B 6E 0 21 13 2F 14F 14 2D
Octal 210 133 156 0 41 23 57 517 24 55
Binary 10001000 1011011 1101110 0 100001 10011 101111 101001111 10100 101101

Color Harmonies of #885B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B6E

Black with #885B6E

Text Example


Text Example

White with #885B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,91,110); }

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

background-color css

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

 a { background-color: rgb(136,91,110); }

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

border-color css

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

 span { border-color: rgb(136,91,110); }

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