#694056

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

Shades of Finn #694056

Tints of Finn #694056

Color information

#694056 (or 0x694056) is unknown color: approx Finn. HEX triplet: 69, 40 and 56. RGB value is (105,64,86). Sum of RGB (Red+Green+Blue) = 105+64+86=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #694056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694056 is #96BFA9. Grayscale: #4E4E4E. Windows color (decimal): -9879466 or 5652585. OLE color: 5652585.

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

Color convert

RGB1056486-
CMYK00.390.180.59
HSL327.8º24.26%33.14%-
HSV(B)327.8º39.05%41.18%-
XYZ9.347.349.73-
YUV78.77132.08146.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=41.18%
G=25.10%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105648600.390.180.59327.824.2633.14
Hex694056027123B1481821
Octal15110012604722735103041
Binary11010011000000101011001001111001011101110100100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694056; }

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

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

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

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

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

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

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

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