#694157

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

Shades of Finn #694157

Tints of Finn #694157

Color information

#694157 (or 0x694157) is unknown color: approx Finn. HEX triplet: 69, 41 and 57. RGB value is (105,65,87). Sum of RGB (Red+Green+Blue) = 105+65+87=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #694157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694157 is #96BEA8. Grayscale: #4F4F4F. Windows color (decimal): -9879209 or 5718377. OLE color: 5718377.

HSL color Cylindrical-coordinate representation of color #694157: 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 #694157 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1056587-
CMYK00.380.170.59
HSL327º23.53%33.33%-
HSV(B)327º38.1%41.18%-
XYZ9.447.479.96-
YUV79.47132.25146.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=40.86%
G=25.29%
B=33.85%

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
Decimal105658700.380.170.5932723.5333.33
Hex694157026113B1471821
Octal15110112704621735073041
Binary11010011000001101011101001101000111101110100011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694157; }

 p { color: rgb(105,65,87); }

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

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

 a { background-color: rgb(105,65,87); }

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

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

 span { border-color: rgb(105,65,87); }

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