Html Css Color HEX #885F6C Mauve Taupe

📋 copy color: '#885F6C'

red 136 ◦ green 95 ◦ blue 108

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

Shades of Mauve Taupe #885F6C

Tints of Mauve Taupe #885F6C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.02%

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

R = 40.12%
G = 28.02%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#885F6C (or 0x885F6C) is known color: Mauve Taupe. HEX triplet: 88, 5F and 6C. RGB value is (136,95,108). Sum of RGB (Red+Green+Blue) = 136+95+108=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #885F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F6C is #77A093. Grayscale: #6C6C6C. Windows color (decimal): -7839892 or 7102344. OLE color: 7102344.

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

Color convert

RGB 136 95 108 -
CMYK 0 0.30 0.21 0.47
HSL 340.98º 0.18% 0.45% -
HSV(B) 340.98º 0.3% 0.53% -
XYZ 16.95 14.5 16.09 -
YUV 108.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 136 95 108 0 0.30 0.21 0.47 340.98 0.18 0.45
Hex 88 5F 6C 0 1E 15 2F 155 12 2D
Octal 210 137 154 0 36 25 57 525 22 55
Binary 10001000 1011111 1101100 0 11110 10101 101111 101010101 10010 101101

Color Harmonies of #885F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F6C

Black with #885F6C

Text Example


Text Example

White with #885F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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