#886367

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

Shades of Mauve Taupe #886367

Tints of Mauve Taupe #886367

Color information

#886367 (or 0x886367) is unknown color: approx Mauve Taupe. HEX triplet: 88, 63 and 67. RGB value is (136,99,103). Sum of RGB (Red+Green+Blue) = 136+99+103=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886367 is #779C98. Grayscale: #6E6E6E. Windows color (decimal): -7838873 or 6775688. OLE color: 6775688.

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

Color convert

RGB13699103-
CMYK00.270.240.47
HSL353.51º15.74%46.08%-
HSV(B)353.51º27.21%53.33%-
XYZ17.0615.1414.85-
YUV110.52123.76146.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=40.24%
G=29.29%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369910300.270.240.47353.5115.7446.08
Hex88636701B182F162102e
Octal21014314703330575422056
Binary10001000110001111001110110111100010111110110001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886367; }

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

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

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

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

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

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

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

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