#886672

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

Shades of Mauve Taupe #886672

Tints of Mauve Taupe #886672

Color information

#886672 (or 0x886672) is unknown color: approx Mauve Taupe. HEX triplet: 88, 66 and 72. RGB value is (136,102,114). Sum of RGB (Red+Green+Blue) = 136+102+114=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #886672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886672 is #77998D. Grayscale: #717171. Windows color (decimal): -7838094 or 7497352. OLE color: 7497352.

HSL color Cylindrical-coordinate representation of color #886672: hue angle of 338.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #886672 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB136102114-
CMYK00.250.160.47
HSL338.82º14.29%46.67%-
HSV(B)338.82º25%53.33%-
XYZ17.9415.9518.05-
YUV113.53128.26144.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=38.64%
G=28.98%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610211400.250.160.47338.8214.2946.67
Hex886672019102F153e2f
Octal21014616203120575231657
Binary1000100011001101110010011001100001011111010100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886672; }

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

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

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

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

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

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

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

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