#694551

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

Shades of Finn #694551

Tints of Finn #694551

Color information

#694551 (or 0x694551) is unknown color: approx Finn. HEX triplet: 69, 45 and 51. RGB value is (105,69,81). Sum of RGB (Red+Green+Blue) = 105+69+81=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #694551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694551 is #96BAAE. Grayscale: #515151. Windows color (decimal): -9878191 or 5326185. OLE color: 5326185.

HSL color Cylindrical-coordinate representation of color #694551: hue angle of 340º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #694551 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1056981-
CMYK00.340.230.59
HSL340º20.69%34.12%-
HSV(B)340º34.29%41.18%-
XYZ9.447.858.8-
YUV81.13127.93145.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=41.18%
G=27.06%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105698100.340.230.5934020.6934.12
Hex694551022173B1541522
Octal15110512104227735242542
Binary11010011000101101000101000101011111101110101010010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694551; }

 p { color: rgb(105,69,81); }

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

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

 a { background-color: rgb(105,69,81); }

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

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

 span { border-color: rgb(105,69,81); }

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