#694155

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

Shades of Finn #694155

Tints of Finn #694155

Color information

#694155 (or 0x694155) is unknown color: approx Finn. HEX triplet: 69, 41 and 55. RGB value is (105,65,85). Sum of RGB (Red+Green+Blue) = 105+65+85=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #694155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694155 is #96BEAA. Grayscale: #4F4F4F. Windows color (decimal): -9879211 or 5587305. OLE color: 5587305.

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

Color convert

RGB1056585-
CMYK00.380.190.59
HSL330º23.53%33.33%-
HSV(B)330º38.1%41.18%-
XYZ9.367.449.54-
YUV79.24131.25146.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=41.18%
G=25.49%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105658500.380.190.5933023.5333.33
Hex694155026133B14a1821
Octal15110112504623735123041
Binary11010011000001101010101001101001111101110100101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694155; }

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

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

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

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

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

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

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

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