#684D5F

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

Shades of Finn #684D5F

Tints of Finn #684D5F

Color information

#684D5F (or 0x684D5F) is unknown color: approx Finn. HEX triplet: 68, 4D and 5F. RGB value is (104,77,95). Sum of RGB (Red+Green+Blue) = 104+77+95=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #684D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D5F is #97B2A0. Grayscale: #575757. Windows color (decimal): -9941665 or 6245736. OLE color: 6245736.

HSL color Cylindrical-coordinate representation of color #684D5F: hue angle of 320º 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 #684D5F is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1047795-
CMYK00.260.090.59
HSL320º14.92%35.49%-
HSV(B)320º25.96%40.78%-
XYZ10.439.0812.03-
YUV87.12132.45140.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=37.68%
G=27.90%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104779500.260.090.5932014.9235.49
Hex684D5F01A93B140f23
Octal15011513703211735001743
Binary11010001001101101111101101010011110111010000001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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