#64505A

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

Shades of Finn #64505A

Tints of Finn #64505A

Color information

#64505A (or 0x64505A) is unknown color: approx Finn. HEX triplet: 64, 50 and 5A. RGB value is (100,80,90). Sum of RGB (Red+Green+Blue) = 100+80+90=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 100 - color contains mainly: red. Hex color #64505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64505A is #9BAFA5. Grayscale: #575757. Windows color (decimal): -10203046 or 5918820. OLE color: 5918820.

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

Color convert

RGB1008090-
CMYK00.20.100.61
HSL330º11.11%35.29%-
HSV(B)330º20%39.22%-
XYZ9.979.1810.92-
YUV87.12129.63137.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.04%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=37.04%
G=29.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100809000.20.100.6133011.1135.29
Hex64505A014A3D14ab23
Octal14412013202412755121343
Binary11001001010000101101001010010101111011010010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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