#685058

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

Shades of Finn #685058

Tints of Finn #685058

Color information

#685058 (or 0x685058) is unknown color: approx Finn. HEX triplet: 68, 50 and 58. RGB value is (104,80,88). Sum of RGB (Red+Green+Blue) = 104+80+88=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #685058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685058 is #97AFA7. Grayscale: #585858. Windows color (decimal): -9940904 or 5787752. OLE color: 5787752.

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

Color convert

RGB1048088-
CMYK00.230.150.59
HSL340º13.04%36.08%-
HSV(B)340º23.08%40.78%-
XYZ10.349.3810.5-
YUV88.09127.95139.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=38.24%
G=29.41%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104808800.230.150.5934013.0436.08
Hex685058017F3B154d24
Octal15012013002717735241544
Binary11010001010000101100001011111111110111010101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685058; }

 p { color: rgb(104,80,88); }

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

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

 a { background-color: rgb(104,80,88); }

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

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

 span { border-color: rgb(104,80,88); }

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