#664A56

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

Shades of Finn #664A56

Tints of Finn #664A56

Color information

#664A56 (or 0x664A56) is unknown color: approx Finn. HEX triplet: 66, 4A and 56. RGB value is (102,74,86). Sum of RGB (Red+Green+Blue) = 102+74+86=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #664A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A56 is #99B5A9. Grayscale: #535353. Windows color (decimal): -10073514 or 5655142. OLE color: 5655142.

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

Color convert

RGB1027486-
CMYK00.270.160.6
HSL334.29º15.91%34.51%-
HSV(B)334.29º27.45%40%-
XYZ9.618.399.92-
YUV83.74129.28141.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 74 (29.30% from 255) = 28.24%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=38.93%
G=28.24%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102748600.270.160.6334.2915.9134.51
Hex664A5601B103C14e1023
Octal14611212603320745162043
Binary1100110100101010101100110111000011110010100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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