#684A5F

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

Shades of Finn #684A5F

Tints of Finn #684A5F

Color information

#684A5F (or 0x684A5F) is unknown color: approx Finn. HEX triplet: 68, 4A and 5F. RGB value is (104,74,95). Sum of RGB (Red+Green+Blue) = 104+74+95=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #684A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A5F is #97B5A0. Grayscale: #555555. Windows color (decimal): -9942433 or 6244968. OLE color: 6244968.

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

Color convert

RGB1047495-
CMYK00.290.090.59
HSL318º16.85%34.9%-
HSV(B)318º28.85%40.78%-
XYZ10.228.6711.96-
YUV85.36133.44141.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=38.10%
G=27.11%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104749500.290.090.5931816.8534.9
Hex684A5F01D93B13e1123
Octal15011213703511734762143
Binary110100010010101011111011101100111101110011111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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