#685259

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

Shades of Finn #685259

Tints of Finn #685259

Color information

#685259 (or 0x685259) is unknown color: approx Finn. HEX triplet: 68, 52 and 59. RGB value is (104,82,89). Sum of RGB (Red+Green+Blue) = 104+82+89=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685259 is #97ADA6. Grayscale: #595959. Windows color (decimal): -9940391 or 5853800. OLE color: 5853800.

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

Color convert

RGB1048289-
CMYK00.210.140.59
HSL340.91º11.83%36.47%-
HSV(B)340.91º21.15%40.78%-
XYZ10.539.710.77-
YUV89.38127.79138.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 89 (35.16% from 255) = 32.36%
R=37.82%
G=29.82%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104828900.210.140.59340.9111.8336.47
Hex685259015E3B155c24
Octal15012213102516735251444
Binary11010001010010101100101010111101110111010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685259; }

 p { color: rgb(104,82,89); }

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

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

 a { background-color: rgb(104,82,89); }

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

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

 span { border-color: rgb(104,82,89); }

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