#684051

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

Shades of Finn #684051

Tints of Finn #684051

Color information

#684051 (or 0x684051) is unknown color: approx Finn. HEX triplet: 68, 40 and 51. RGB value is (104,64,81). Sum of RGB (Red+Green+Blue) = 104+64+81=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #684051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684051 is #97BFAE. Grayscale: #4D4D4D. Windows color (decimal): -9945007 or 5324904. OLE color: 5324904.

HSL color Cylindrical-coordinate representation of color #684051: hue angle of 334.5º degrees, saturation: 0.24, 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 #684051 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1046481-
CMYK00.380.220.59
HSL334.5º23.81%32.94%-
HSV(B)334.5º38.46%40.78%-
XYZ9.037.28.7-
YUV77.9129.75146.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=41.77%
G=25.70%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104648100.380.220.59334.523.8132.94
Hex684051026163B14e1821
Octal15010012104626735163041
Binary11010001000000101000101001101011011101110100111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684051; }

 p { color: rgb(104,64,81); }

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

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

 a { background-color: rgb(104,64,81); }

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

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

 span { border-color: rgb(104,64,81); }

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