Html Css Color HEX #885D6C Mauve Taupe

📋 copy color: '#885D6C'

red 136 ◦ green 93 ◦ blue 108

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

Shades of Mauve Taupe #885D6C

Tints of Mauve Taupe #885D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.6%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 40.36%
G = 27.6%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#885D6C (or 0x885D6C) is known color: Mauve Taupe. HEX triplet: 88, 5D and 6C. RGB value is (136,93,108). Sum of RGB (Red+Green+Blue) = 136+93+108=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #885D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D6C is #77A293. Grayscale: #6B6B6B. Windows color (decimal): -7840404 or 7101832. OLE color: 7101832.

HSL color Cylindrical-coordinate representation of color #885D6C: hue angle of 339.07º 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 #885D6C is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 93 108 -
CMYK 0 0.32 0.21 0.47
HSL 339.07º 0.19% 0.45% -
HSV(B) 339.07º 0.32% 0.53% -
XYZ 16.77 14.15 16.03 -
YUV 107.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 136 93 108 0 0.32 0.21 0.47 339.07 0.19 0.45
Hex 88 5D 6C 0 20 15 2F 153 13 2D
Octal 210 135 154 0 40 25 57 523 23 55
Binary 10001000 1011101 1101100 0 100000 10101 101111 101010011 10011 101101

Color Harmonies of #885D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D6C

Black with #885D6C

Text Example


Text Example

White with #885D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,93,108); }

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

background-color css

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

 a { background-color: rgb(136,93,108); }

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

border-color css

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

 span { border-color: rgb(136,93,108); }

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