#664259

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

Shades of Finn #664259

Tints of Finn #664259

Color information

#664259 (or 0x664259) is unknown color: approx Finn. HEX triplet: 66, 42 and 59. RGB value is (102,66,89). Sum of RGB (Red+Green+Blue) = 102+66+89=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #664259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664259 is #99BDA6. Grayscale: #4F4F4F. Windows color (decimal): -10075559 or 5849702. OLE color: 5849702.

HSL color Cylindrical-coordinate representation of color #664259: hue angle of 321.67º 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 #664259 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1026689-
CMYK00.350.130.6
HSL321.67º21.43%32.94%-
HSV(B)321.67º35.29%40%-
XYZ9.237.4410.4-
YUV79.39133.43144.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=39.69%
G=25.68%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102668900.350.130.6321.6721.4332.94
Hex664259023D3C1421521
Octal14610213104315745022541
Binary1100110100001010110010100011110111110010100001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664259; }

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

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

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

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

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

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

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

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