#684D56

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

Shades of Finn #684D56

Tints of Finn #684D56

Color information

#684D56 (or 0x684D56) is unknown color: approx Finn. HEX triplet: 68, 4D and 56. RGB value is (104,77,86). Sum of RGB (Red+Green+Blue) = 104+77+86=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D56 is #97B2A9. Grayscale: #565656. Windows color (decimal): -9941674 or 5655912. OLE color: 5655912.

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

Color convert

RGB1047786-
CMYK00.260.170.59
HSL340º14.92%35.49%-
HSV(B)340º25.96%40.78%-
XYZ10.048.9210-
YUV86.1127.95140.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=38.95%
G=28.84%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104778600.260.170.5934014.9235.49
Hex684D5601A113B154f23
Octal15011512603221735241743
Binary110100010011011010110011010100011110111010101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,77,86); }

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

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

 a { background-color: rgb(104,77,86); }

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

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

 span { border-color: rgb(104,77,86); }

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