#684550

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

Shades of Finn #684550

Tints of Finn #684550

Color information

#684550 (or 0x684550) is unknown color: approx Finn. HEX triplet: 68, 45 and 50. RGB value is (104,69,80). Sum of RGB (Red+Green+Blue) = 104+69+80=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #684550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684550 is #97BAAF. Grayscale: #505050. Windows color (decimal): -9943728 or 5260648. OLE color: 5260648.

HSL color Cylindrical-coordinate representation of color #684550: hue angle of 341.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #684550 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1046980-
CMYK00.340.230.59
HSL341.14º20.23%33.92%-
HSV(B)341.14º33.65%40.78%-
XYZ9.297.788.6-
YUV80.72127.6144.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=41.11%
G=27.27%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104698000.340.230.59341.1420.2333.92
Hex684550022173B1551422
Octal15010512004227735252442
Binary11010001000101101000001000101011111101110101010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684550; }

 p { color: rgb(104,69,80); }

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

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

 a { background-color: rgb(104,69,80); }

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

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

 span { border-color: rgb(104,69,80); }

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