#684C55

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

Shades of Finn #684C55

Tints of Finn #684C55

Color information

#684C55 (or 0x684C55) is unknown color: approx Finn. HEX triplet: 68, 4C and 55. RGB value is (104,76,85). Sum of RGB (Red+Green+Blue) = 104+76+85=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #684C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C55 is #97B3AA. Grayscale: #555555. Windows color (decimal): -9941931 or 5590120. OLE color: 5590120.

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

Color convert

RGB1047685-
CMYK00.270.180.59
HSL340.71º15.56%35.29%-
HSV(B)340.71º26.92%40.78%-
XYZ9.938.779.76-
YUV85.4127.78141.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=39.25%
G=28.68%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104768500.270.180.59340.7115.5635.29
Hex684C5501B123B1551023
Octal15011412503322735252043
Binary1101000100110010101010110111001011101110101010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,76,85); }

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

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

 a { background-color: rgb(104,76,85); }

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

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

 span { border-color: rgb(104,76,85); }

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