Html Css Color HEX #885E62 Mauve Taupe

📋 copy color: '#885E62'

red 136 ◦ green 94 ◦ blue 98

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

Shades of Mauve Taupe #885E62

Tints of Mauve Taupe #885E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 41.46%
G = 28.66%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#885E62 (or 0x885E62) is known color: Mauve Taupe. HEX triplet: 88, 5E and 62. RGB value is (136,94,98). Sum of RGB (Red+Green+Blue) = 136+94+98=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #885E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E62 is #77A19D. Grayscale: #6B6B6B. Windows color (decimal): -7840158 or 6446728. OLE color: 6446728.

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

Color convert

RGB 136 94 98 -
CMYK 0 0.31 0.28 0.47
HSL 354.29º 0.18% 0.45% -
HSV(B) 354.29º 0.31% 0.53% -
XYZ 16.36 14.12 13.42 -
YUV 107.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 136 94 98 0 0.31 0.28 0.47 354.29 0.18 0.45
Hex 88 5E 62 0 1F 1C 2F 162 12 2D
Octal 210 136 142 0 37 34 57 542 22 55
Binary 10001000 1011110 1100010 0 11111 11100 101111 101100010 10010 101101

Color Harmonies of #885E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E62

Black with #885E62

Text Example


Text Example

White with #885E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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