Html Css Color HEX #886373 Mauve Taupe

📋 copy color: '#886373'

red 136 ◦ green 99 ◦ blue 115

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

Shades of Mauve Taupe #886373

Tints of Mauve Taupe #886373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 38.86%
G = 28.29%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#886373 (or 0x886373) is known color: Mauve Taupe. HEX triplet: 88, 63 and 73. RGB value is (136,99,115). Sum of RGB (Red+Green+Blue) = 136+99+115=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886373 is #779C8C. Grayscale: #6F6F6F. Windows color (decimal): -7838861 or 7562120. OLE color: 7562120.

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

Color convert

RGB 136 99 115 -
CMYK 0 0.27 0.15 0.47
HSL 334.05º 0.16% 0.46% -
HSV(B) 334.05º 0.27% 0.53% -
XYZ 17.71 15.4 18.26 -
YUV 111.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 136 99 115 0 0.27 0.15 0.47 334.05 0.16 0.46
Hex 88 63 73 0 1B F 2F 14E 10 2E
Octal 210 143 163 0 33 17 57 516 20 56
Binary 10001000 1100011 1110011 0 11011 1111 101111 101001110 10000 101110

Color Harmonies of #886373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886373

Black with #886373

Text Example


Text Example

White with #886373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886373; }

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

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

background-color css

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

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

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

border-color css

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

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

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