#866264

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

Shades of Mauve Taupe #866264

Tints of Mauve Taupe #866264

Color information

#866264 (or 0x866264) is unknown color: approx Mauve Taupe. HEX triplet: 86, 62 and 64. RGB value is (134,98,100). Sum of RGB (Red+Green+Blue) = 134+98+100=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #866264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866264 is #799D9B. Grayscale: #6D6D6D. Windows color (decimal): -7970204 or 6578822. OLE color: 6578822.

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

Color convert

RGB13498100-
CMYK00.270.250.47
HSL356.67º15.52%45.49%-
HSV(B)356.67º26.87%52.55%-
XYZ16.514.7214.03-
YUV108.99122.93145.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=40.36%
G=29.52%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349810000.270.250.47356.6715.5245.49
Hex86626401B192F165102d
Octal20614214403331575452055
Binary10000110110001011001000110111100110111110110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866264; }

 p { color: rgb(134,98,100); }

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

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

 a { background-color: rgb(134,98,100); }

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

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

 span { border-color: rgb(134,98,100); }

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