Html Css Color HEX #886263 Mauve Taupe

📋 copy color: '#886263'

red 136 ◦ green 98 ◦ blue 99

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

Shades of Mauve Taupe #886263

Tints of Mauve Taupe #886263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 40.84%
G = 29.43%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#886263 (or 0x886263) is known color: Mauve Taupe. HEX triplet: 88, 62 and 63. RGB value is (136,98,99). Sum of RGB (Red+Green+Blue) = 136+98+99=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #886263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886263 is #779D9C. Grayscale: #6D6D6D. Windows color (decimal): -7839133 or 6513288. OLE color: 6513288.

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

Color convert

RGB 136 98 99 -
CMYK 0 0.28 0.27 0.47
HSL 358.42º 0.16% 0.46% -
HSV(B) 358.42º 0.28% 0.53% -
XYZ 16.77 14.87 13.79 -
YUV 109.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 136 98 99 0 0.28 0.27 0.47 358.42 0.16 0.46
Hex 88 62 63 0 1C 1B 2F 166 10 2E
Octal 210 142 143 0 34 33 57 546 20 56
Binary 10001000 1100010 1100011 0 11100 11011 101111 101100110 10000 101110

Color Harmonies of #886263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886263

Black with #886263

Text Example


Text Example

White with #886263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886263; }

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

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

background-color css

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

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

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

border-color css

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

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

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