#64454F

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

Shades of Finn #64454F

Tints of Finn #64454F

Color information

#64454F (or 0x64454F) is unknown color: approx Finn. HEX triplet: 64, 45 and 4F. RGB value is (100,69,79). Sum of RGB (Red+Green+Blue) = 100+69+79=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #64454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64454F is #9BBAB0. Grayscale: #4F4F4F. Windows color (decimal): -10205873 or 5195108. OLE color: 5195108.

HSL color Cylindrical-coordinate representation of color #64454F: hue angle of 340.65º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64454F is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB1006979-
CMYK00.310.210.61
HSL340.65º18.34%33.14%-
HSV(B)340.65º31%39.22%-
XYZ8.797.538.39-
YUV79.41127.77142.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=40.32%
G=27.82%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100697900.310.210.61340.6518.3433.14
Hex64454F01F153D1551221
Octal14410511703725755252241
Binary1100100100010110011110111111010111110110101010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64454F; }

 p { color: rgb(100,69,79); }

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

<style>
 a { background-color: #64454F; }

 a { background-color: rgb(100,69,79); }

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

<style>
 span { border-color: #64454F; }

 span { border-color: rgb(100,69,79); }

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