#64495A

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

Shades of Finn #64495A

Tints of Finn #64495A

Color information

#64495A (or 0x64495A) is unknown color: approx Finn. HEX triplet: 64, 49 and 5A. RGB value is (100,73,90). Sum of RGB (Red+Green+Blue) = 100+73+90=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 100 - color contains mainly: red. Hex color #64495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64495A is #9BB6A5. Grayscale: #525252. Windows color (decimal): -10204838 or 5917028. OLE color: 5917028.

HSL color Cylindrical-coordinate representation of color #64495A: hue angle of 322.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64495A is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1007390-
CMYK00.270.100.61
HSL322.22º15.61%33.92%-
HSV(B)322.22º27%39.22%-
XYZ9.488.2110.76-
YUV83.01131.95140.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=38.02%
G=27.76%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100739000.270.100.61322.2215.6133.92
Hex64495A01BA3D1421022
Octal14411113203312755022042
Binary110010010010011011010011011101011110110100001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64495A; }

 p { color: rgb(100,73,90); }

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

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

 a { background-color: rgb(100,73,90); }

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

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

 span { border-color: rgb(100,73,90); }

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