#694159

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

Shades of Finn #694159

Tints of Finn #694159

Color information

#694159 (or 0x694159) is unknown color: approx Finn. HEX triplet: 69, 41 and 59. RGB value is (105,65,89). Sum of RGB (Red+Green+Blue) = 105+65+89=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #694159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694159 is #96BEA6. Grayscale: #4F4F4F. Windows color (decimal): -9879207 or 5849449. OLE color: 5849449.

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

Color convert

RGB1056589-
CMYK00.380.150.59
HSL324º23.53%33.33%-
HSV(B)324º38.1%41.18%-
XYZ9.527.5110.4-
YUV79.7133.25146.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 89 (35.16% from 255) = 34.36%
R=40.54%
G=25.10%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105658900.380.150.5932423.5333.33
Hex694159026F3B1441821
Octal15110113104617735043041
Binary1101001100000110110010100110111111101110100010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694159; }

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

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

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

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

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

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

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

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