#684258

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

Shades of Finn #684258

Tints of Finn #684258

Color information

#684258 (or 0x684258) is unknown color: approx Finn. HEX triplet: 68, 42 and 58. RGB value is (104,66,88). Sum of RGB (Red+Green+Blue) = 104+66+88=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #684258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684258 is #97BDA7. Grayscale: #4F4F4F. Windows color (decimal): -9944488 or 5784168. OLE color: 5784168.

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

Color convert

RGB1046688-
CMYK00.370.150.59
HSL325.26º22.35%33.33%-
HSV(B)325.26º36.54%40.78%-
XYZ9.427.5410.19-
YUV79.87132.59145.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=40.31%
G=25.58%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104668800.370.150.59325.2622.3533.33
Hex684258025F3B1451621
Octal15010213004517735052641
Binary1101000100001010110000100101111111101110100010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684258; }

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

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

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

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

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

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

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

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