#886468

Color #886468 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #886468

Tints of Mauve Taupe #886468

Color information

#886468 (or 0x886468) is unknown color: approx Mauve Taupe. HEX triplet: 88, 64 and 68. RGB value is (136,100,104). Sum of RGB (Red+Green+Blue) = 136+100+104=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886468 is #779B97. Grayscale: #6F6F6F. Windows color (decimal): -7838616 or 6841480. OLE color: 6841480.

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

Color convert

RGB136100104-
CMYK00.260.240.47
HSL353.33º15.25%46.27%-
HSV(B)353.33º26.47%53.33%-
XYZ17.2115.3515.15-
YUV111.22123.93145.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=40%
G=29.41%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610010400.260.240.47353.3315.2546.27
Hex88646801A182F161f2e
Octal21014415003230575411756
Binary1000100011001001101000011010110001011111011000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886468; }

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

 H1.HeaderClassName
 {
   color: #886468;
 }
 .AnyTagClassName
 {
   color: #886468;
 }
</style>
background-color css

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

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

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

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

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

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