#684A5D

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

Shades of Finn #684A5D

Tints of Finn #684A5D

Color information

#684A5D (or 0x684A5D) is unknown color: approx Finn. HEX triplet: 68, 4A and 5D. RGB value is (104,74,93). Sum of RGB (Red+Green+Blue) = 104+74+93=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #684A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A5D is #97B5A2. Grayscale: #555555. Windows color (decimal): -9942435 or 6113896. OLE color: 6113896.

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

Color convert

RGB1047493-
CMYK00.290.110.59
HSL322º16.85%34.9%-
HSV(B)322º28.85%40.78%-
XYZ10.138.6311.49-
YUV85.14132.44141.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=38.38%
G=27.31%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104749300.290.110.5932216.8534.9
Hex684A5D01DB3B1421123
Octal15011213503513735022143
Binary110100010010101011101011101101111101110100001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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