#886266

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

Shades of Mauve Taupe #886266

Tints of Mauve Taupe #886266

Color information

#886266 (or 0x886266) is unknown color: approx Mauve Taupe. HEX triplet: 88, 62 and 66. RGB value is (136,98,102). Sum of RGB (Red+Green+Blue) = 136+98+102=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886266 is #779D99. Grayscale: #6D6D6D. Windows color (decimal): -7839130 or 6709896. OLE color: 6709896.

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

Color convert

RGB13698102-
CMYK00.280.250.47
HSL353.68º16.24%45.88%-
HSV(B)353.68º27.94%53.33%-
XYZ16.9214.9314.56-
YUV109.82123.59146.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=40.48%
G=29.17%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369810200.280.250.47353.6816.2445.88
Hex88626601C192F162102e
Octal21014214603431575422056
Binary10001000110001011001100111001100110111110110001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886266; }

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

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

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

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

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

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

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

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