Html Css Color HEX #886368 Mauve Taupe

📋 copy color: '#886368'

red 136 ◦ green 99 ◦ blue 104

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

Shades of Mauve Taupe #886368

Tints of Mauve Taupe #886368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 40.12%
G = 29.2%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#886368 (or 0x886368) is known color: Mauve Taupe. HEX triplet: 88, 63 and 68. RGB value is (136,99,104). Sum of RGB (Red+Green+Blue) = 136+99+104=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886368 is #779C97. Grayscale: #6E6E6E. Windows color (decimal): -7838872 or 6841224. OLE color: 6841224.

HSL color Cylindrical-coordinate representation of color #886368: hue angle of 351.89º 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 #886368 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 104 -
CMYK 0 0.27 0.24 0.47
HSL 351.89º 0.16% 0.46% -
HSV(B) 351.89º 0.27% 0.53% -
XYZ 17.11 15.16 15.12 -
YUV 110.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 136 99 104 0 0.27 0.24 0.47 351.89 0.16 0.46
Hex 88 63 68 0 1B 18 2F 160 10 2E
Octal 210 143 150 0 33 30 57 540 20 56
Binary 10001000 1100011 1101000 0 11011 11000 101111 101100000 10000 101110

Color Harmonies of #886368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886368

Black with #886368

Text Example


Text Example

White with #886368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886368; }

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

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

background-color css

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

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

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

border-color css

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

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

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