#664056

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

Shades of Finn #664056

Tints of Finn #664056

Color information

#664056 (or 0x664056) is unknown color: approx Finn. HEX triplet: 66, 40 and 56. RGB value is (102,64,86). Sum of RGB (Red+Green+Blue) = 102+64+86=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #664056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664056 is #99BFA9. Grayscale: #4D4D4D. Windows color (decimal): -10076074 or 5652582. OLE color: 5652582.

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

Color convert

RGB1026486-
CMYK00.370.160.6
HSL325.26º22.89%32.55%-
HSV(B)325.26º37.25%40%-
XYZ8.997.169.71-
YUV77.87132.59145.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=40.48%
G=25.40%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102648600.370.160.6325.2622.8932.55
Hex664056025103C1451721
Octal14610012604520745052741
Binary11001101000000101011001001011000011110010100010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664056; }

 p { color: rgb(102,64,86); }

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

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

 a { background-color: rgb(102,64,86); }

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

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

 span { border-color: rgb(102,64,86); }

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