#664D59

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

Shades of Finn #664D59

Tints of Finn #664D59

Color information

#664D59 (or 0x664D59) is unknown color: approx Finn. HEX triplet: 66, 4D and 59. RGB value is (102,77,89). Sum of RGB (Red+Green+Blue) = 102+77+89=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #664D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D59 is #99B2A6. Grayscale: #555555. Windows color (decimal): -10072743 or 5852518. OLE color: 5852518.

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

Color convert

RGB1027789-
CMYK00.250.130.6
HSL331.2º13.97%35.1%-
HSV(B)331.2º24.51%40%-
XYZ9.948.8510.64-
YUV85.84129.78139.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 89 (35.16% from 255) = 33.21%
R=38.06%
G=28.73%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102778900.250.130.6331.213.9735.1
Hex664D59019D3C14be23
Octal14611513103115745131643
Binary11001101001101101100101100111011111001010010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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