Html Css Color HEX #885B65 Mauve Taupe

📋 copy color: '#885B65'

red 136 ◦ green 91 ◦ blue 101

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

Shades of Mauve Taupe #885B65

Tints of Mauve Taupe #885B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

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

R = 41.46%
G = 27.74%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#885B65 (or 0x885B65) is known color: Mauve Taupe. HEX triplet: 88, 5B and 65. RGB value is (136,91,101). Sum of RGB (Red+Green+Blue) = 136+91+101=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #885B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B65 is #77A49A. Grayscale: #696969. Windows color (decimal): -7840923 or 6642568. OLE color: 6642568.

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

Color convert

RGB 136 91 101 -
CMYK 0 0.33 0.26 0.47
HSL 346.67º 0.2% 0.45% -
HSV(B) 346.67º 0.33% 0.53% -
XYZ 16.24 13.66 14.09 -
YUV 105.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 136 91 101 0 0.33 0.26 0.47 346.67 0.2 0.45
Hex 88 5B 65 0 21 1A 2F 15B 14 2D
Octal 210 133 145 0 41 32 57 533 24 55
Binary 10001000 1011011 1100101 0 100001 11010 101111 101011011 10100 101101

Color Harmonies of #885B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B65

Black with #885B65

Text Example


Text Example

White with #885B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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