#64737F

Color #64737F Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #64737F

Tints of Lynch #64737F

Color information

#64737F (or 0x64737F) is unknown color: approx Lynch. HEX triplet: 64, 73 and 7F. RGB value is (100,115,127). Sum of RGB (Red+Green+Blue) = 100+115+127=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #64737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64737F is #9B8C80. Grayscale: #6F6F6F. Windows color (decimal): -10194049 or 8352612. OLE color: 8352612.

HSL color Cylindrical-coordinate representation of color #64737F: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64737F is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB100115127-
CMYK0.210.0900.50
HSL206.67º11.89%44.51%-
HSV(B)206.67º21.26%49.8%-
XYZ15.2216.522.46-
YUV111.88136.53119.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 127 (50% from 255) = 37.13%
R=29.24%
G=33.63%
B=37.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001151270.210.0900.50206.6711.8944.51
Hex64737F159032cfc2d
Octal14416317725110623171455
Binary1100100111001111111111010110010110010110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64737F; }

 p { color: rgb(100,115,127); }

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

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

 a { background-color: rgb(100,115,127); }

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

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

 span { border-color: rgb(100,115,127); }

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