#664156

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

Shades of Finn #664156

Tints of Finn #664156

Color information

#664156 (or 0x664156) is unknown color: approx Finn. HEX triplet: 66, 41 and 56. RGB value is (102,65,86). Sum of RGB (Red+Green+Blue) = 102+65+86=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #664156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664156 is #99BEA9. Grayscale: #4E4E4E. Windows color (decimal): -10075818 or 5652838. OLE color: 5652838.

HSL color Cylindrical-coordinate representation of color #664156: hue angle of 325.95º 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 #664156 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB1026586-
CMYK00.360.160.6
HSL325.95º22.16%32.75%-
HSV(B)325.95º36.27%40%-
XYZ9.057.289.73-
YUV78.46132.26144.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=40.32%
G=25.69%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102658600.360.160.6325.9522.1632.75
Hex664156024103C1461621
Octal14610112604420745062641
Binary11001101000001101011001001001000011110010100011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664156; }

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

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

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

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

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

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

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

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