#886073

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

Shades of Mauve Taupe #886073

Tints of Mauve Taupe #886073

Color information

#886073 (or 0x886073) is unknown color: approx Mauve Taupe. HEX triplet: 88, 60 and 73. RGB value is (136,96,115). Sum of RGB (Red+Green+Blue) = 136+96+115=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #886073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886073 is #779F8C. Grayscale: #6E6E6E. Windows color (decimal): -7839629 or 7561352. OLE color: 7561352.

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

Color convert

RGB13696115-
CMYK00.290.150.47
HSL331.5º17.24%45.49%-
HSV(B)331.5º29.41%53.33%-
XYZ17.4314.8418.16-
YUV110.13130.75146.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=39.19%
G=27.67%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369611500.290.150.47331.517.2445.49
Hex88607301DF2F14c112d
Octal21014016303517575142155
Binary1000100011000001110011011101111110111110100110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886073; }

 p { color: rgb(136,96,115); }

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

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

 a { background-color: rgb(136,96,115); }

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

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

 span { border-color: rgb(136,96,115); }

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