Html Css Color HEX #886164 Mauve Taupe

📋 copy color: '#886164'

red 136 ◦ green 97 ◦ blue 100

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

Shades of Mauve Taupe #886164

Tints of Mauve Taupe #886164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 40.84%
G = 29.13%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#886164 (or 0x886164) is known color: Mauve Taupe. HEX triplet: 88, 61 and 64. RGB value is (136,97,100). Sum of RGB (Red+Green+Blue) = 136+97+100=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #886164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886164 is #779E9B. Grayscale: #6D6D6D. Windows color (decimal): -7839388 or 6578568. OLE color: 6578568.

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

Color convert

RGB 136 97 100 -
CMYK 0 0.29 0.26 0.47
HSL 355.38º 0.17% 0.46% -
HSV(B) 355.38º 0.29% 0.53% -
XYZ 16.73 14.7 14.01 -
YUV 109 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 136 97 100 0 0.29 0.26 0.47 355.38 0.17 0.46
Hex 88 61 64 0 1D 1A 2F 163 11 2E
Octal 210 141 144 0 35 32 57 543 21 56
Binary 10001000 1100001 1100100 0 11101 11010 101111 101100011 10001 101110

Color Harmonies of #886164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886164

Black with #886164

Text Example


Text Example

White with #886164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886164; }

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

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

background-color css

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

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

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

border-color css

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

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

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