#664658

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

Shades of Finn #664658

Tints of Finn #664658

Color information

#664658 (or 0x664658) is unknown color: approx Finn. HEX triplet: 66, 46 and 58. RGB value is (102,70,88). Sum of RGB (Red+Green+Blue) = 102+70+88=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #664658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664658 is #99B9A7. Grayscale: #515151. Windows color (decimal): -10074536 or 5785190. OLE color: 5785190.

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

Color convert

RGB1027088-
CMYK00.310.140.6
HSL326.25º18.6%33.73%-
HSV(B)326.25º31.37%40%-
XYZ9.437.9110.26-
YUV81.62131.6142.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=39.23%
G=26.92%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102708800.310.140.6326.2518.633.73
Hex66465801FE3C1461322
Octal14610613003716745062342
Binary110011010001101011000011111111011110010100011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664658; }

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

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

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

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

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

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

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

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