#684056

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

Shades of Finn #684056

Tints of Finn #684056

Color information

#684056 (or 0x684056) is unknown color: approx Finn. HEX triplet: 68, 40 and 56. RGB value is (104,64,86). Sum of RGB (Red+Green+Blue) = 104+64+86=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #684056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684056 is #97BFA9. Grayscale: #4E4E4E. Windows color (decimal): -9945002 or 5652584. OLE color: 5652584.

HSL color Cylindrical-coordinate representation of color #684056: hue angle of 327º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684056 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1046486-
CMYK00.380.170.59
HSL327º23.81%32.94%-
HSV(B)327º38.46%40.78%-
XYZ9.227.289.72-
YUV78.47132.25146.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=40.94%
G=25.20%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104648600.380.170.5932723.8132.94
Hex684056026113B1471821
Octal15010012604621735073041
Binary11010001000000101011001001101000111101110100011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684056; }

 p { color: rgb(104,64,86); }

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

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

 a { background-color: rgb(104,64,86); }

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

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

 span { border-color: rgb(104,64,86); }

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