#684A57

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

Shades of Finn #684A57

Tints of Finn #684A57

Color information

#684A57 (or 0x684A57) is unknown color: approx Finn. HEX triplet: 68, 4A and 57. RGB value is (104,74,87). Sum of RGB (Red+Green+Blue) = 104+74+87=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #684A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A57 is #97B5A8. Grayscale: #545454. Windows color (decimal): -9942441 or 5720680. OLE color: 5720680.

HSL color Cylindrical-coordinate representation of color #684A57: hue angle of 334º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684A57 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1047487-
CMYK00.290.160.59
HSL334º16.85%34.9%-
HSV(B)334º28.85%40.78%-
XYZ9.888.5310.14-
YUV84.45129.44141.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=39.25%
G=27.92%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104748700.290.160.5933416.8534.9
Hex684A5701D103B14e1123
Octal15011212703520735162143
Binary1101000100101010101110111011000011101110100111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684A57; }

 p { color: rgb(104,74,87); }

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

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

 a { background-color: rgb(104,74,87); }

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

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

 span { border-color: rgb(104,74,87); }

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