#684A5E

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

Shades of Finn #684A5E

Tints of Finn #684A5E

Color information

#684A5E (or 0x684A5E) is unknown color: approx Finn. HEX triplet: 68, 4A and 5E. RGB value is (104,74,94). Sum of RGB (Red+Green+Blue) = 104+74+94=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #684A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A5E is #97B5A1. Grayscale: #555555. Windows color (decimal): -9942434 or 6179432. OLE color: 6179432.

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

Color convert

RGB1047494-
CMYK00.290.100.59
HSL320º16.85%34.9%-
HSV(B)320º28.85%40.78%-
XYZ10.188.6511.72-
YUV85.25132.94141.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=38.24%
G=27.21%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104749400.290.100.5932016.8534.9
Hex684A5E01DA3B1401123
Octal15011213603512735002143
Binary110100010010101011110011101101011101110100000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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