#684150

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

Shades of Finn #684150

Tints of Finn #684150

Color information

#684150 (or 0x684150) is unknown color: approx Finn. HEX triplet: 68, 41 and 50. RGB value is (104,65,80). Sum of RGB (Red+Green+Blue) = 104+65+80=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #684150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684150 is #97BEAF. Grayscale: #4E4E4E. Windows color (decimal): -9944752 or 5259624. OLE color: 5259624.

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

Color convert

RGB1046580-
CMYK00.380.230.59
HSL336.92º23.08%33.14%-
HSV(B)336.92º37.5%40.78%-
XYZ9.057.38.52-
YUV78.37128.92146.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=41.77%
G=26.10%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104658000.380.230.59336.9223.0833.14
Hex684150026173B1511721
Octal15010112004627735212741
Binary11010001000001101000001001101011111101110101000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684150; }

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

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

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

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

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

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

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

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