#684E5A

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

Shades of Finn #684E5A

Tints of Finn #684E5A

Color information

#684E5A (or 0x684E5A) is unknown color: approx Finn. HEX triplet: 68, 4E and 5A. RGB value is (104,78,90). Sum of RGB (Red+Green+Blue) = 104+78+90=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #684E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E5A is #97B1A5. Grayscale: #575757. Windows color (decimal): -9941414 or 5918312. OLE color: 5918312.

HSL color Cylindrical-coordinate representation of color #684E5A: hue angle of 332.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684E5A is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1047890-
CMYK00.250.130.59
HSL332.31º14.29%35.69%-
HSV(B)332.31º25%40.78%-
XYZ10.289.1310.89-
YUV87.14129.61140.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=38.24%
G=28.68%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104789000.250.130.59332.3114.2935.69
Hex684E5A019D3B14ce24
Octal15011613203115735141644
Binary11010001001110101101001100111011110111010011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,78,90); }

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

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

 a { background-color: rgb(104,78,90); }

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

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

 span { border-color: rgb(104,78,90); }

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