#684D5A

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

Shades of Finn #684D5A

Tints of Finn #684D5A

Color information

#684D5A (or 0x684D5A) is unknown color: approx Finn. HEX triplet: 68, 4D and 5A. RGB value is (104,77,90). Sum of RGB (Red+Green+Blue) = 104+77+90=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #684D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D5A is #97B2A5. Grayscale: #565656. Windows color (decimal): -9941670 or 5918056. OLE color: 5918056.

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

Color convert

RGB1047790-
CMYK00.260.130.59
HSL331.11º14.92%35.49%-
HSV(B)331.11º25.96%40.78%-
XYZ10.218.9910.87-
YUV86.56129.95140.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=38.38%
G=28.41%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104779000.260.130.59331.1114.9235.49
Hex684D5A01AD3B14bf23
Octal15011513203215735131743
Binary11010001001101101101001101011011110111010010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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