#64465B

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

Shades of Finn #64465B

Tints of Finn #64465B

Color information

#64465B (or 0x64465B) is unknown color: approx Finn. HEX triplet: 64, 46 and 5B. RGB value is (100,70,91). Sum of RGB (Red+Green+Blue) = 100+70+91=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #64465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64465B is #9BB9A4. Grayscale: #515151. Windows color (decimal): -10205605 or 5981796. OLE color: 5981796.

HSL color Cylindrical-coordinate representation of color #64465B: hue angle of 318º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64465B is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1007091-
CMYK00.300.090.61
HSL318º17.65%33.33%-
HSV(B)318º30%39.22%-
XYZ9.337.8410.92-
YUV81.36133.44141.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=38.31%
G=26.82%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100709100.300.090.6131817.6533.33
Hex64465B01E93D13e1221
Octal14410613303611754762241
Binary110010010001101011011011110100111110110011111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64465B; }

 p { color: rgb(100,70,91); }

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

<style>
 a { background-color: #64465B; }

 a { background-color: rgb(100,70,91); }

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

<style>
 span { border-color: #64465B; }

 span { border-color: rgb(100,70,91); }

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