#694E56

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

Shades of Finn #694E56

Tints of Finn #694E56

Color information

#694E56 (or 0x694E56) is unknown color: approx Finn. HEX triplet: 69, 4E and 56. RGB value is (105,78,86). Sum of RGB (Red+Green+Blue) = 105+78+86=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #694E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E56 is #96B1A9. Grayscale: #565656. Windows color (decimal): -9875882 or 5656169. OLE color: 5656169.

HSL color Cylindrical-coordinate representation of color #694E56: hue angle of 342.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #694E56 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1057886-
CMYK00.260.180.59
HSL342.22º14.75%35.88%-
HSV(B)342.22º25.71%41.18%-
XYZ10.239.1210.03-
YUV86.98127.45140.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 86 (33.98% from 255) = 31.97%
R=39.03%
G=29.00%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105788600.260.180.59342.2214.7535.88
Hex694E5601A123B156f24
Octal15111612603222735261744
Binary110100110011101010110011010100101110111010101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694E56; }

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

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

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

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

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

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

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

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