#664457

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

Shades of Finn #664457

Tints of Finn #664457

Color information

#664457 (or 0x664457) is unknown color: approx Finn. HEX triplet: 66, 44 and 57. RGB value is (102,68,87). Sum of RGB (Red+Green+Blue) = 102+68+87=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #664457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664457 is #99BBA8. Grayscale: #505050. Windows color (decimal): -10075049 or 5719142. OLE color: 5719142.

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

Color convert

RGB1026887-
CMYK00.330.150.6
HSL326.47º20%33.33%-
HSV(B)326.47º33.33%40%-
XYZ9.277.6510-
YUV80.33131.76143.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=39.69%
G=26.46%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102688700.330.150.6326.472033.33
Hex664457021F3C1461421
Octal14610412704117745062441
Binary1100110100010010101110100001111111110010100011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664457; }

 p { color: rgb(102,68,87); }

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

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

 a { background-color: rgb(102,68,87); }

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

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

 span { border-color: rgb(102,68,87); }

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