#866067

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

Shades of Mauve Taupe #866067

Tints of Mauve Taupe #866067

Color information

#866067 (or 0x866067) is unknown color: approx Mauve Taupe. HEX triplet: 86, 60 and 67. RGB value is (134,96,103). Sum of RGB (Red+Green+Blue) = 134+96+103=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #866067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866067 is #799F98. Grayscale: #6C6C6C. Windows color (decimal): -7970713 or 6774918. OLE color: 6774918.

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

Color convert

RGB13496103-
CMYK00.280.230.47
HSL348.95º16.52%45.1%-
HSV(B)348.95º28.36%52.55%-
XYZ16.4614.4114.75-
YUV108.16125.09146.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=40.24%
G=28.83%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349610300.280.230.47348.9516.5245.1
Hex86606701C172F15d112d
Octal20614014703427575352155
Binary10000110110000011001110111001011110111110101110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866067; }

 p { color: rgb(134,96,103); }

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

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

 a { background-color: rgb(134,96,103); }

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

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

 span { border-color: rgb(134,96,103); }

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