Html Css Color HEX #885E65 Mauve Taupe

📋 copy color: '#885E65'

red 136 ◦ green 94 ◦ blue 101

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

Shades of Mauve Taupe #885E65

Tints of Mauve Taupe #885E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 41.09%
G = 28.4%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#885E65 (or 0x885E65) is known color: Mauve Taupe. HEX triplet: 88, 5E and 65. RGB value is (136,94,101). Sum of RGB (Red+Green+Blue) = 136+94+101=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #885E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E65 is #77A19A. Grayscale: #6B6B6B. Windows color (decimal): -7840155 or 6643336. OLE color: 6643336.

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

Color convert

RGB 136 94 101 -
CMYK 0 0.31 0.26 0.47
HSL 350º 0.18% 0.45% -
HSV(B) 350º 0.31% 0.53% -
XYZ 16.51 14.18 14.18 -
YUV 107.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 136 94 101 0 0.31 0.26 0.47 350 0.18 0.45
Hex 88 5E 65 0 1F 1A 2F 15E 12 2D
Octal 210 136 145 0 37 32 57 536 22 55
Binary 10001000 1011110 1100101 0 11111 11010 101111 101011110 10010 101101

Color Harmonies of #885E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E65

Black with #885E65

Text Example


Text Example

White with #885E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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