#684358

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

Shades of Finn #684358

Tints of Finn #684358

Color information

#684358 (or 0x684358) is unknown color: approx Finn. HEX triplet: 68, 43 and 58. RGB value is (104,67,88). Sum of RGB (Red+Green+Blue) = 104+67+88=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #684358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684358 is #97BCA7. Grayscale: #505050. Windows color (decimal): -9944232 or 5784424. OLE color: 5784424.

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

Color convert

RGB1046788-
CMYK00.360.150.59
HSL325.95º21.64%33.53%-
HSV(B)325.95º35.58%40.78%-
XYZ9.487.6610.21-
YUV80.46132.26144.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=40.15%
G=25.87%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104678800.360.150.59325.9521.6433.53
Hex684358024F3B1461622
Octal15010313004417735062642
Binary1101000100001110110000100100111111101110100011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684358; }

 p { color: rgb(104,67,88); }

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

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

 a { background-color: rgb(104,67,88); }

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

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

 span { border-color: rgb(104,67,88); }

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