#664E59

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

Shades of Finn #664E59

Tints of Finn #664E59

Color information

#664E59 (or 0x664E59) is unknown color: approx Finn. HEX triplet: 66, 4E and 59. RGB value is (102,78,89). Sum of RGB (Red+Green+Blue) = 102+78+89=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E59 is #99B1A6. Grayscale: #565656. Windows color (decimal): -10072487 or 5852774. OLE color: 5852774.

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

Color convert

RGB1027889-
CMYK00.240.130.6
HSL332.5º13.33%35.29%-
HSV(B)332.5º23.53%40%-
XYZ10.018.9910.66-
YUV86.43129.45139.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=37.92%
G=29.00%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102788900.240.130.6332.513.3335.29
Hex664E59018D3C14cd23
Octal14611613103015745141543
Binary11001101001110101100101100011011111001010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664E59; }

 p { color: rgb(102,78,89); }

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

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

 a { background-color: rgb(102,78,89); }

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

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

 span { border-color: rgb(102,78,89); }

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