#664159

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

Shades of Finn #664159

Tints of Finn #664159

Color information

#664159 (or 0x664159) is unknown color: approx Finn. HEX triplet: 66, 41 and 59. RGB value is (102,65,89). Sum of RGB (Red+Green+Blue) = 102+65+89=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #664159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664159 is #99BEA6. Grayscale: #4E4E4E. Windows color (decimal): -10075815 or 5849446. OLE color: 5849446.

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

Color convert

RGB1026589-
CMYK00.360.130.6
HSL321.08º22.16%32.75%-
HSV(B)321.08º36.27%40%-
XYZ9.177.3310.38-
YUV78.8133.76144.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=39.84%
G=25.39%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102658900.360.130.6321.0822.1632.75
Hex664159024D3C1411621
Octal14610113104415745012641
Binary1100110100000110110010100100110111110010100000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664159; }

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

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

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

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

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

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

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

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