#866068

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

Shades of Mauve Taupe #866068

Tints of Mauve Taupe #866068

Color information

#866068 (or 0x866068) is unknown color: approx Mauve Taupe. HEX triplet: 86, 60 and 68. RGB value is (134,96,104). Sum of RGB (Red+Green+Blue) = 134+96+104=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #866068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866068 is #799F97. Grayscale: #6C6C6C. Windows color (decimal): -7970712 or 6840454. OLE color: 6840454.

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

Color convert

RGB13496104-
CMYK00.280.220.47
HSL347.37º16.52%45.1%-
HSV(B)347.37º28.36%52.55%-
XYZ16.5114.4315.01-
YUV108.27125.59146.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=40.12%
G=28.74%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349610400.280.220.47347.3716.5245.1
Hex86606801C162F15b112d
Octal20614015003426575332155
Binary10000110110000011010000111001011010111110101101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866068; }

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

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

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

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

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

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

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

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