#664858

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

Shades of Finn #664858

Tints of Finn #664858

Color information

#664858 (or 0x664858) is unknown color: approx Finn. HEX triplet: 66, 48 and 58. RGB value is (102,72,88). Sum of RGB (Red+Green+Blue) = 102+72+88=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #664858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664858 is #99B7A7. Grayscale: #525252. Windows color (decimal): -10074024 or 5785702. OLE color: 5785702.

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

Color convert

RGB1027288-
CMYK00.290.140.6
HSL328º17.24%34.12%-
HSV(B)328º29.41%40%-
XYZ9.568.1610.3-
YUV82.79130.94141.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=38.93%
G=27.48%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102728800.290.140.632817.2434.12
Hex66485801DE3C1481122
Octal14611013003516745102142
Binary110011010010001011000011101111011110010100100010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664858; }

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

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

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

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

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

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

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

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