#86647E

Color #86647E Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #86647E

Tints of Old Lavender #86647E

Color information

#86647E (or 0x86647E) is unknown color: approx Old Lavender. HEX triplet: 86, 64 and 7E. RGB value is (134,100,126). Sum of RGB (Red+Green+Blue) = 134+100+126=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86647E is #799B81. Grayscale: #717171. Windows color (decimal): -7969666 or 8283270. OLE color: 8283270.

HSL color Cylindrical-coordinate representation of color #86647E: hue angle of 314.12º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86647E is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB134100126-
CMYK00.250.060.47
HSL314.12º14.53%45.88%-
HSV(B)314.12º25.37%52.55%-
XYZ18.1515.6921.81-
YUV113.13135.26142.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 126 (49.61% from 255) = 35%
R=37.22%
G=27.78%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410012600.250.060.47314.1214.5345.88
Hex86647E01962F13af2e
Octal2061441760316574721756
Binary10000110110010011111100110011101011111001110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86647E; }

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

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

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

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

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

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

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

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