#604755

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

Shades of Finn #604755

Tints of Finn #604755

Color information

#604755 (or 0x604755) is unknown color: approx Finn. HEX triplet: 60, 47 and 55. RGB value is (96,71,85). Sum of RGB (Red+Green+Blue) = 96+71+85=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604755 is #9FB8AA. Grayscale: #505050. Windows color (decimal): -10467499 or 5588832. OLE color: 5588832.

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

Color convert

RGB967185-
CMYK00.260.110.62
HSL326.4º14.97%32.75%-
HSV(B)326.4º26.04%37.65%-
XYZ8.727.659.61-
YUV80.07130.78139.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=38.10%
G=28.17%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96718500.260.110.62326.414.9732.75
Hex60475501AB3E146f21
Octal14010712503213765061741
Binary11000001000111101010101101010111111101010001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604755; }

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

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

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

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

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

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

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

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