#886467

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

Shades of Mauve Taupe #886467

Tints of Mauve Taupe #886467

Color information

#886467 (or 0x886467) is unknown color: approx Mauve Taupe. HEX triplet: 88, 64 and 67. RGB value is (136,100,103). Sum of RGB (Red+Green+Blue) = 136+100+103=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886467 is #779B98. Grayscale: #6F6F6F. Windows color (decimal): -7838617 or 6775944. OLE color: 6775944.

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

Color convert

RGB136100103-
CMYK00.260.240.47
HSL355º15.25%46.27%-
HSV(B)355º26.47%53.33%-
XYZ17.1615.3314.89-
YUV111.11123.43145.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 103 (40.62% from 255) = 30.38%
R=40.12%
G=29.50%
B=30.38%

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
Decimal13610010300.260.240.4735515.2546.27
Hex88646701A182F163f2e
Octal21014414703230575431756
Binary1000100011001001100111011010110001011111011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886467; }

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

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

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

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

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

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

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

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