Html Css Color HEX #885E63 Mauve Taupe

📋 copy color: '#885E63'

red 136 ◦ green 94 ◦ blue 99

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

Shades of Mauve Taupe #885E63

Tints of Mauve Taupe #885E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 41.34%
G = 28.57%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#885E63 (or 0x885E63) is known color: Mauve Taupe. HEX triplet: 88, 5E and 63. RGB value is (136,94,99). Sum of RGB (Red+Green+Blue) = 136+94+99=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #885E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E63 is #77A19C. Grayscale: #6B6B6B. Windows color (decimal): -7840157 or 6512264. OLE color: 6512264.

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

Color convert

RGB 136 94 99 -
CMYK 0 0.31 0.27 0.47
HSL 352.86º 0.18% 0.45% -
HSV(B) 352.86º 0.31% 0.53% -
XYZ 16.41 14.14 13.67 -
YUV 107.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 136 94 99 0 0.31 0.27 0.47 352.86 0.18 0.45
Hex 88 5E 63 0 1F 1B 2F 161 12 2D
Octal 210 136 143 0 37 33 57 541 22 55
Binary 10001000 1011110 1100011 0 11111 11011 101111 101100001 10010 101101

Color Harmonies of #885E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E63

Black with #885E63

Text Example


Text Example

White with #885E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,94,99); }

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

background-color css

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

 a { background-color: rgb(136,94,99); }

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

border-color css

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

 span { border-color: rgb(136,94,99); }

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