#664057

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

Shades of Finn #664057

Tints of Finn #664057

Color information

#664057 (or 0x664057) is unknown color: approx Finn. HEX triplet: 66, 40 and 57. RGB value is (102,64,87). Sum of RGB (Red+Green+Blue) = 102+64+87=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #664057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664057 is #99BFA8. Grayscale: #4D4D4D. Windows color (decimal): -10076073 or 5718118. OLE color: 5718118.

HSL color Cylindrical-coordinate representation of color #664057: hue angle of 323.68º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664057 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB1026487-
CMYK00.370.150.6
HSL323.68º22.89%32.55%-
HSV(B)323.68º37.25%40%-
XYZ9.037.189.93-
YUV77.98133.09145.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 87 (34.38% from 255) = 34.39%
R=40.32%
G=25.30%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102648700.370.150.6323.6822.8932.55
Hex664057025F3C1441721
Octal14610012704517745042741
Binary1100110100000010101110100101111111110010100010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664057; }

 p { color: rgb(102,64,87); }

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

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

 a { background-color: rgb(102,64,87); }

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

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

 span { border-color: rgb(102,64,87); }

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