Html Css Color HEX #886466 Mauve Taupe

📋 copy color: '#886466'

red 136 ◦ green 100 ◦ blue 102

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

Shades of Mauve Taupe #886466

Tints of Mauve Taupe #886466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 40.24%
G = 29.59%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#886466 (or 0x886466) is known color: Mauve Taupe. HEX triplet: 88, 64 and 66. RGB value is (136,100,102). Sum of RGB (Red+Green+Blue) = 136+100+102=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886466 is #779B99. Grayscale: #6F6F6F. Windows color (decimal): -7838618 or 6710408. OLE color: 6710408.

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

Color convert

RGB 136 100 102 -
CMYK 0 0.26 0.25 0.47
HSL 356.67º 0.15% 0.46% -
HSV(B) 356.67º 0.26% 0.53% -
XYZ 17.11 15.31 14.62 -
YUV 110.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 136 100 102 0 0.26 0.25 0.47 356.67 0.15 0.46
Hex 88 64 66 0 1A 19 2F 165 F 2E
Octal 210 144 146 0 32 31 57 545 17 56
Binary 10001000 1100100 1100110 0 11010 11001 101111 101100101 1111 101110

Color Harmonies of #886466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886466

Black with #886466

Text Example


Text Example

White with #886466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886466; }

 p { color: rgb(136,100,102); }

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

background-color css

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

 a { background-color: rgb(136,100,102); }

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

border-color css

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

 span { border-color: rgb(136,100,102); }

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