#886068

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

Shades of Mauve Taupe #886068

Tints of Mauve Taupe #886068

Color information

#886068 (or 0x886068) is unknown color: approx Mauve Taupe. HEX triplet: 88, 60 and 68. RGB value is (136,96,104). Sum of RGB (Red+Green+Blue) = 136+96+104=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886068 is #779F97. Grayscale: #6C6C6C. Windows color (decimal): -7839640 or 6840456. OLE color: 6840456.

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

Color convert

RGB13696104-
CMYK00.290.240.47
HSL348º17.24%45.49%-
HSV(B)348º29.41%53.33%-
XYZ16.8314.615.03-
YUV108.87125.25147.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=40.48%
G=28.57%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369610400.290.240.4734817.2445.49
Hex88606801D182F15c112d
Octal21014015003530575342155
Binary10001000110000011010000111011100010111110101110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886068; }

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

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

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

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

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

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

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

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