#664257

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

Shades of Finn #664257

Tints of Finn #664257

Color information

#664257 (or 0x664257) is unknown color: approx Finn. HEX triplet: 66, 42 and 57. RGB value is (102,66,87). Sum of RGB (Red+Green+Blue) = 102+66+87=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #664257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664257 is #99BDA8. Grayscale: #4F4F4F. Windows color (decimal): -10075561 or 5718630. OLE color: 5718630.

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

Color convert

RGB1026687-
CMYK00.350.150.6
HSL325º21.43%32.94%-
HSV(B)325º35.29%40%-
XYZ9.157.419.96-
YUV79.16132.43144.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=40%
G=25.88%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102668700.350.150.632521.4332.94
Hex664257023F3C1451521
Octal14610212704317745052541
Binary1100110100001010101110100011111111110010100010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664257; }

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

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

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

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

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

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

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

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