#64485C

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

Shades of Finn #64485C

Tints of Finn #64485C

Color information

#64485C (or 0x64485C) is unknown color: approx Finn. HEX triplet: 64, 48 and 5C. RGB value is (100,72,92). Sum of RGB (Red+Green+Blue) = 100+72+92=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #64485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64485C is #9BB7A3. Grayscale: #525252. Windows color (decimal): -10205092 or 6047844. OLE color: 6047844.

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

Color convert

RGB1007292-
CMYK00.280.080.61
HSL317.14º16.28%33.73%-
HSV(B)317.14º28%39.22%-
XYZ9.58.1211.19-
YUV82.65133.28140.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=37.88%
G=27.27%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100729200.280.080.61317.1416.2833.73
Hex64485C01C83D13d1022
Octal14411013403410754752042
Binary110010010010001011100011100100011110110011110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64485C; }

 p { color: rgb(100,72,92); }

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

<style>
 a { background-color: #64485C; }

 a { background-color: rgb(100,72,92); }

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

<style>
 span { border-color: #64485C; }

 span { border-color: rgb(100,72,92); }

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