#694650

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

Shades of Finn #694650

Tints of Finn #694650

Color information

#694650 (or 0x694650) is unknown color: approx Finn. HEX triplet: 69, 46 and 50. RGB value is (105,70,80). Sum of RGB (Red+Green+Blue) = 105+70+80=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #694650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694650 is #96B9AF. Grayscale: #515151. Windows color (decimal): -9877936 or 5260905. OLE color: 5260905.

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

Color convert

RGB1057080-
CMYK00.330.240.59
HSL342.86º20%34.31%-
HSV(B)342.86º33.33%41.18%-
XYZ9.467.968.63-
YUV81.6127.1144.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=41.18%
G=27.45%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105708000.330.240.59342.862034.31
Hex694650021183B1571422
Octal15110612004130735272442
Binary11010011000110101000001000011100011101110101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694650; }

 p { color: rgb(105,70,80); }

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

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

 a { background-color: rgb(105,70,80); }

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

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

 span { border-color: rgb(105,70,80); }

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