Html Css Color HEX #886369 Mauve Taupe

📋 copy color: '#886369'

red 136 ◦ green 99 ◦ blue 105

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

Shades of Mauve Taupe #886369

Tints of Mauve Taupe #886369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.88%

R = 40%
G = 29.12%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#886369 (or 0x886369) is known color: Mauve Taupe. HEX triplet: 88, 63 and 69. RGB value is (136,99,105). Sum of RGB (Red+Green+Blue) = 136+99+105=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886369 is #779C96. Grayscale: #6E6E6E. Windows color (decimal): -7838871 or 6906760. OLE color: 6906760.

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

Color convert

RGB 136 99 105 -
CMYK 0 0.27 0.23 0.47
HSL 350.27º 0.16% 0.46% -
HSV(B) 350.27º 0.27% 0.53% -
XYZ 17.16 15.18 15.39 -
YUV 110.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 136 99 105 0 0.27 0.23 0.47 350.27 0.16 0.46
Hex 88 63 69 0 1B 17 2F 15E 10 2E
Octal 210 143 151 0 33 27 57 536 20 56
Binary 10001000 1100011 1101001 0 11011 10111 101111 101011110 10000 101110

Color Harmonies of #886369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886369

Black with #886369

Text Example


Text Example

White with #886369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886369; }

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

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

background-color css

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

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

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

border-color css

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

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

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