#664758

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

Shades of Finn #664758

Tints of Finn #664758

Color information

#664758 (or 0x664758) is unknown color: approx Finn. HEX triplet: 66, 47 and 58. RGB value is (102,71,88). Sum of RGB (Red+Green+Blue) = 102+71+88=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #664758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664758 is #99B8A7. Grayscale: #525252. Windows color (decimal): -10074280 or 5785446. OLE color: 5785446.

HSL color Cylindrical-coordinate representation of color #664758: hue angle of 327.1º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664758 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB1027188-
CMYK00.300.140.6
HSL327.1º17.92%33.92%-
HSV(B)327.1º30.39%40%-
XYZ9.498.0410.28-
YUV82.21131.27142.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=39.08%
G=27.20%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102718800.300.140.6327.117.9233.92
Hex66475801EE3C1471222
Octal14610713003616745072242
Binary110011010001111011000011110111011110010100011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664758; }

 p { color: rgb(102,71,88); }

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

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

 a { background-color: rgb(102,71,88); }

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

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

 span { border-color: rgb(102,71,88); }

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