#694E55

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

Shades of Finn #694E55

Tints of Finn #694E55

Color information

#694E55 (or 0x694E55) is unknown color: approx Finn. HEX triplet: 69, 4E and 55. RGB value is (105,78,85). Sum of RGB (Red+Green+Blue) = 105+78+85=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #694E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E55 is #96B1AA. Grayscale: #565656. Windows color (decimal): -9875883 or 5590633. OLE color: 5590633.

HSL color Cylindrical-coordinate representation of color #694E55: hue angle of 344.44º 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 #694E55 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1057885-
CMYK00.260.190.59
HSL344.44º14.75%35.88%-
HSV(B)344.44º25.71%41.18%-
XYZ10.199.119.82-
YUV86.87126.95140.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=39.18%
G=29.10%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105788500.260.190.59344.4414.7535.88
Hex694E5501A133B158f24
Octal15111612503223735301744
Binary110100110011101010101011010100111110111010110001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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