Html Css Color HEX #886573 Mauve Taupe

📋 copy color: '#886573'

red 136 ◦ green 101 ◦ blue 115

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

Shades of Mauve Taupe #886573

Tints of Mauve Taupe #886573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 38.64%
G = 28.69%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#886573 (or 0x886573) is known color: Mauve Taupe. HEX triplet: 88, 65 and 73. RGB value is (136,101,115). Sum of RGB (Red+Green+Blue) = 136+101+115=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #886573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886573 is #779A8C. Grayscale: #717171. Windows color (decimal): -7838349 or 7562632. OLE color: 7562632.

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

Color convert

RGB 136 101 115 -
CMYK 0 0.26 0.15 0.47
HSL 336º 0.15% 0.46% -
HSV(B) 336º 0.26% 0.53% -
XYZ 17.9 15.78 18.32 -
YUV 113.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 136 101 115 0 0.26 0.15 0.47 336 0.15 0.46
Hex 88 65 73 0 1A F 2F 150 F 2E
Octal 210 145 163 0 32 17 57 520 17 56
Binary 10001000 1100101 1110011 0 11010 1111 101111 101010000 1111 101110

Color Harmonies of #886573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886573

Black with #886573

Text Example


Text Example

White with #886573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886573; }

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

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

background-color css

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

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

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

border-color css

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

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

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