#664258

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

Shades of Finn #664258

Tints of Finn #664258

Color information

#664258 (or 0x664258) is unknown color: approx Finn. HEX triplet: 66, 42 and 58. RGB value is (102,66,88). Sum of RGB (Red+Green+Blue) = 102+66+88=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #664258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664258 is #99BDA7. Grayscale: #4F4F4F. Windows color (decimal): -10075560 or 5784166. OLE color: 5784166.

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

Color convert

RGB1026688-
CMYK00.350.140.6
HSL323.33º21.43%32.94%-
HSV(B)323.33º35.29%40%-
XYZ9.197.4310.18-
YUV79.27132.93144.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=39.84%
G=25.78%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102668800.350.140.6323.3321.4332.94
Hex664258023E3C1431521
Octal14610213004316745032541
Binary1100110100001010110000100011111011110010100001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664258; }

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

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

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

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

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

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

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

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