#886167

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

Shades of Mauve Taupe #886167

Tints of Mauve Taupe #886167

Color information

#886167 (or 0x886167) is unknown color: approx Mauve Taupe. HEX triplet: 88, 61 and 67. RGB value is (136,97,103). Sum of RGB (Red+Green+Blue) = 136+97+103=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886167 is #779E98. Grayscale: #6D6D6D. Windows color (decimal): -7839385 or 6775176. OLE color: 6775176.

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

Color convert

RGB13697103-
CMYK00.290.240.47
HSL350.77º16.74%45.69%-
HSV(B)350.77º28.68%53.33%-
XYZ16.8814.7614.79-
YUV109.35124.42147.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=40.48%
G=28.87%
B=30.65%

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
Decimal1369710300.290.240.47350.7716.7445.69
Hex88616701D182F15f112e
Octal21014114703530575372156
Binary10001000110000111001110111011100010111110101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886167; }

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

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

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

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

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

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

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

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