#684A5C

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

Shades of Finn #684A5C

Tints of Finn #684A5C

Color information

#684A5C (or 0x684A5C) is unknown color: approx Finn. HEX triplet: 68, 4A and 5C. RGB value is (104,74,92). Sum of RGB (Red+Green+Blue) = 104+74+92=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #684A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A5C is #97B5A3. Grayscale: #545454. Windows color (decimal): -9942436 or 6048360. OLE color: 6048360.

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

Color convert

RGB1047492-
CMYK00.290.120.59
HSL324º16.85%34.9%-
HSV(B)324º28.85%40.78%-
XYZ10.098.6111.26-
YUV85.02131.94141.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=38.52%
G=27.41%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104749200.290.120.5932416.8534.9
Hex684A5C01DC3B1441123
Octal15011213403514735042143
Binary110100010010101011100011101110011101110100010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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