#64565E

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

Shades of Finn #64565E

Tints of Finn #64565E

Color information

#64565E (or 0x64565E) is unknown color: approx Finn. HEX triplet: 64, 56 and 5E. RGB value is (100,86,94). Sum of RGB (Red+Green+Blue) = 100+86+94=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #64565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64565E is #9BA9A1. Grayscale: #5B5B5B. Windows color (decimal): -10201506 or 6182500. OLE color: 6182500.

HSL color Cylindrical-coordinate representation of color #64565E: hue angle of 325.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #64565E is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1008694-
CMYK00.140.060.61
HSL325.71º7.53%36.47%-
HSV(B)325.71º14%39.22%-
XYZ10.610.1711.99-
YUV91.1129.64134.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=35.71%
G=30.71%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100869400.140.060.61325.717.5336.47
Hex64565E0E63D146824
Octal1441261360166755061044
Binary110010010101101011110011101101111011010001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,86,94); }

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

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

 a { background-color: rgb(100,86,94); }

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

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

 span { border-color: rgb(100,86,94); }

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