#664359

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

Shades of Finn #664359

Tints of Finn #664359

Color information

#664359 (or 0x664359) is unknown color: approx Finn. HEX triplet: 66, 43 and 59. RGB value is (102,67,89). Sum of RGB (Red+Green+Blue) = 102+67+89=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #664359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664359 is #99BCA6. Grayscale: #4F4F4F. Windows color (decimal): -10075303 or 5849958. OLE color: 5849958.

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

Color convert

RGB1026789-
CMYK00.340.130.6
HSL322.29º20.71%33.14%-
HSV(B)322.29º34.31%40%-
XYZ9.297.5610.42-
YUV79.97133.1143.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.53%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=39.53%
G=25.97%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102678900.340.130.6322.2920.7133.14
Hex664359022D3C1421521
Octal14610313104215745022541
Binary1100110100001110110010100010110111110010100001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664359; }

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

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

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

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

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

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

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

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