#604855

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

Shades of Finn #604855

Tints of Finn #604855

Color information

#604855 (or 0x604855) is unknown color: approx Finn. HEX triplet: 60, 48 and 55. RGB value is (96,72,85). Sum of RGB (Red+Green+Blue) = 96+72+85=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #604855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604855 is #9FB7AA. Grayscale: #505050. Windows color (decimal): -10467243 or 5589088. OLE color: 5589088.

HSL color Cylindrical-coordinate representation of color #604855: hue angle of 327.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #604855 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB967285-
CMYK00.250.110.62
HSL327.5º14.29%32.94%-
HSV(B)327.5º25%37.65%-
XYZ8.787.789.63-
YUV80.66130.45138.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=37.94%
G=28.46%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96728500.250.110.62327.514.2932.94
Hex604855019B3E148e21
Octal14011012503113765101641
Binary11000001001000101010101100110111111101010010001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604855; }

 p { color: rgb(96,72,85); }

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

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

 a { background-color: rgb(96,72,85); }

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

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

 span { border-color: rgb(96,72,85); }

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