#64445A

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

Shades of Finn #64445A

Tints of Finn #64445A

Color information

#64445A (or 0x64445A) is unknown color: approx Finn. HEX triplet: 64, 44 and 5A. RGB value is (100,68,90). Sum of RGB (Red+Green+Blue) = 100+68+90=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 100 - color contains mainly: red. Hex color #64445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64445A is #9BBBA5. Grayscale: #505050. Windows color (decimal): -10206118 or 5915748. OLE color: 5915748.

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

Color convert

RGB1006890-
CMYK00.320.100.61
HSL318.75º19.05%32.94%-
HSV(B)318.75º32%39.22%-
XYZ9.177.5810.65-
YUV80.08133.6142.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.76%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=38.76%
G=26.36%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100689000.320.100.61318.7519.0532.94
Hex64445A020A3D13f1321
Octal14410413204012754772341
Binary1100100100010010110100100000101011110110011111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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