#684455

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

Shades of Finn #684455

Tints of Finn #684455

Color information

#684455 (or 0x684455) is unknown color: approx Finn. HEX triplet: 68, 44 and 55. RGB value is (104,68,85). Sum of RGB (Red+Green+Blue) = 104+68+85=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #684455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684455 is #97BBAA. Grayscale: #505050. Windows color (decimal): -9943979 or 5588072. OLE color: 5588072.

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

Color convert

RGB1046885-
CMYK00.350.180.59
HSL331.67º20.93%33.73%-
HSV(B)331.67º34.62%40.78%-
XYZ9.427.739.59-
YUV80.7130.43144.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=40.47%
G=26.46%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104688500.350.180.59331.6720.9333.73
Hex684455023123B14c1522
Octal15010412504322735142542
Binary11010001000100101010101000111001011101110100110010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684455; }

 p { color: rgb(104,68,85); }

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

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

 a { background-color: rgb(104,68,85); }

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

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

 span { border-color: rgb(104,68,85); }

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