#664157

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

Shades of Finn #664157

Tints of Finn #664157

Color information

#664157 (or 0x664157) is unknown color: approx Finn. HEX triplet: 66, 41 and 57. RGB value is (102,65,87). Sum of RGB (Red+Green+Blue) = 102+65+87=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664157 is #99BEA8. Grayscale: #4E4E4E. Windows color (decimal): -10075817 or 5718374. OLE color: 5718374.

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

Color convert

RGB1026587-
CMYK00.360.150.6
HSL324.32º22.16%32.75%-
HSV(B)324.32º36.27%40%-
XYZ9.097.299.95-
YUV78.57132.76144.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=40.16%
G=25.59%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102658700.360.150.6324.3222.1632.75
Hex664157024F3C1441621
Octal14610112704417745042641
Binary1100110100000110101110100100111111110010100010010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664157; }

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

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

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

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

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

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

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

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